Update run.sh

This commit is contained in:
2023-12-05 19:11:29 -06:00
parent 56f5579d88
commit b21edba60a

2
run.sh
View File

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