You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "\e[32mGit Repository successfully cloned.\e[0m Starting the setup."
cd vm_setup_scripts
./setup.sh
if [ $? -eq 0 ]
then
echo -e "\e[32mDEV VM successfully initialized! Start installing by running install.sh with the software profile you need in the vm_setup_scripts directory.\e[0m"