feat: Bring in progress output and encryption improvements for clicada #1

Open
lash wants to merge 13 commits from lash/clicada-improved 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)