Browse Source

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

Fixed Ubuntu case at install deps script
pull/67/head
orignal 3 years ago committed by GitHub
parent
commit
86234df388
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