From a5dc1c83b6d1ca1f3d01327bf5eb7894fc287b04 Mon Sep 17 00:00:00 2001 From: lash Date: Fri, 21 Jan 2022 15:18:49 +0000 Subject: [PATCH] Correct check bloxberg test --- setup_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_check.sh b/setup_check.sh index 12890e9..f165717 100644 --- a/setup_check.sh +++ b/setup_check.sh @@ -7,7 +7,7 @@ function checkk { fi } -if [ "$INSTALL_EVM" == "bloxberg"] ; then +if [ "$INSTALL_EVM" == "bloxberg" ] ; then exec=(systemctl git gcc pip python3 sqlite3 clang rustup cmake) else exec=(systemctl git gcc pip python3 sqlite3)