Update run.sh

This commit is contained in:
2023-12-03 23:18:59 -06:00
parent 1f87c3f9c6
commit 29e258fbdb

2
run.sh
View File

@@ -66,6 +66,8 @@ 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 "Updated to v${VERS}"
fi
fi