Correct check bloxberg test

This commit is contained in:
lash
2022-01-21 15:18:49 +00:00
parent dc59cf619b
commit a5dc1c83b6

View File

@@ -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)