Browse Source

Fixed Ubuntu case at install deps script

pull/66/head
nonlinear-chaos-order-etc-etal 3 years ago committed by GitHub
parent
commit
9ee726e67a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -30,7 +30,7 @@ depend="libboost-chrono-dev \ @@ -30,7 +30,7 @@ depend="libboost-chrono-dev \
kernel=`uname -a`
case "$kernel" in
*ubuntu*)
*Ubuntu*)
sudo apt install $depend;;
*debian*)
sudo aptitude install $depend;;

Loading…
Cancel
Save