Update run.sh

This commit is contained in:
2023-12-03 23:22:59 -06:00
parent 3062a93bb3
commit 513d3e842b

5
run.sh
View File

@@ -44,6 +44,7 @@ if [ "${1}" == "update" ]; then
esac
elif [ "${betacheck}" == "true" ] && [ "${2}" == "q" ]; then
goforup=0
echo -e "Skipping Beta Update"
else
goforup=1
fi
@@ -67,8 +68,10 @@ if [ "${1}" == "update" ]; then
echo -en "\e[1A";
echo -e "\e[0K\r ${idsCL[Green]}Updated to v${VERS}${idsCL[Default]}"
else
echo "Updated to v${VERS}"
echo -e "${idsCL[Green]}Updated to v${VERS}${idsCL[Default]}"
fi
else
echo "Skipping"
fi
elif [ "${2}" != "q" ]; then