chore: clean up #2

Open
williamluke wants to merge 18 commits from lum/kitabu into master
Showing only changes of commit a5dc1c83b6 - Show all commits

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)