Update run.sh

This commit is contained in:
2023-12-03 21:34:17 -06:00
parent e3fa78df50
commit 43fbb109c1

4
run.sh
View File

@@ -65,16 +65,12 @@ if [ "${1}" == "update" ]; then
if [ "${2}" != "q" ]; then
echo -en "\e[1A";
echo -e "\e[0K\r ${idsCL[Green]}Updated to v${VERS}${idsCL[Default]}"
else
echo -e "${idsCL[Green]}Updated to v${VERS}${idsCL[Default]}"
fi
fi
elif [ "${2}" != "q" ]; then
echo -en "\e[1A";
echo -e "\e[0K\r ${idsCL[LightCyan]}No Updates Available${idsCL[Default]}"
else
echo -e "${idsCL[Cyan]}No Updates Available${idsCL[Default]}"
fi
else
echo -e "${idsCL[Red]}Could not connect to 'git.schroedercity.com' for updates${idsCL[Default]}"