From a6ca338b05446473ec082202ef24b37dc06e44c3 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 2 Jun 2024 21:33:20 +0200 Subject: [PATCH] [DO NOT UPDATE] Update uninstallation again --- bin/updater | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/updater b/bin/updater index a29ff402..07a1539f 100755 --- a/bin/updater +++ b/bin/updater @@ -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