Fixed Ubuntu case at install deps script

This commit is contained in:
nonlinear-chaos-order-etc-etal 2021-03-03 11:56:00 +08:00 committed by GitHub
parent 91c3bbcadc
commit 9ee726e67a
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;;