2
0
Fork 0
mirror of https://github.com/PurpleI2P/i2pd-tools.git synced 2025-03-10 11:28:28 +01:00

Merge pull request from nonlinear-chaos-order-etc-etal/patch-1

Fixed Ubuntu case at install deps script
This commit is contained in:
orignal 2021-03-03 07:16:15 -05:00 committed by GitHub
commit 86234df388
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;;