Fixed Ubuntu case at install deps script

pull/66/head
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
1 changed files with 1 additions and 1 deletions

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