Merge pull request #66 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`
case "$kernel" in
*ubuntu*)
*Ubuntu*)
sudo apt install $depend;;
*debian*)
sudo aptitude install $depend;;