mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-02-08 22:13:49 +01:00
Merge pull request #66 from nonlinear-chaos-order-etc-etal/patch-1
Fixed Ubuntu case at install deps script
This commit is contained in:
commit
86234df388
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ depend="libboost-chrono-dev \
|
||||||
kernel=`uname -a`
|
kernel=`uname -a`
|
||||||
|
|
||||||
case "$kernel" in
|
case "$kernel" in
|
||||||
*ubuntu*)
|
*Ubuntu*)
|
||||||
sudo apt install $depend;;
|
sudo apt install $depend;;
|
||||||
*debian*)
|
*debian*)
|
||||||
sudo aptitude install $depend;;
|
sudo aptitude install $depend;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue