Browse Source

Fixed Ubuntu case at install deps script

pull/66/head
nonlinear-chaos-order-etc-etal 4 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 \
kernel=`uname -a` kernel=`uname -a`
case "$kernel" in case "$kernel" in
*ubuntu*) *Ubuntu*)
sudo apt install $depend;; sudo apt install $depend;;
*debian*) *debian*)
sudo aptitude install $depend;; sudo aptitude install $depend;;

Loading…
Cancel
Save