[DO NOT UPDATE] Update uninstallation again

This commit is contained in:
JeremyStar™ 2024-06-02 21:33:20 +02:00
parent f447751301
commit a6ca338b05
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -9,10 +9,14 @@ LOCAL_UPDATER_VERSION=3
case "${STAGE}" in
1)
echo ":: S1 | Unlinking files"
if [ -z "${UPDATER_VERSION}" ] || [ "${UPDATER_VERSION}" -lt "3" ]; then
echo ":: S1 | Unlinking legacy file paths"
./uninstall.sh --remove-legacy-paths
echo ":: S1 | Unlinking files (safety measure)"
./uninstall.sh
else
echo ":: S1 | Unlinking files"
./uninstall.sh
fi