From 9ee726e67a41786150b0e7b3c2d96f6b5506ffae Mon Sep 17 00:00:00 2001 From: nonlinear-chaos-order-etc-etal <19966907+nonlinear-chaos-order-etc-etal@users.noreply.github.com> Date: Wed, 3 Mar 2021 11:56:00 +0800 Subject: [PATCH] Fixed Ubuntu case at install deps script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7ada07..bc1300a 100644 --- a/README.md +++ b/README.md @@ -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;;