From 167a3dfb784c598d9c041ae0258b8f769cd14c83 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 2 Jun 2024 21:24:54 +0200 Subject: [PATCH] [DO NOT UPDATE] Maybe fix updater --- bin/updater | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/updater b/bin/updater index 9498c549..dad1acef 100755 --- a/bin/updater +++ b/bin/updater @@ -12,7 +12,7 @@ case "${STAGE}" in echo ":: S1 | Unlinking files" ./uninstall.sh - [[ -z "${UPDATER_VERSION}" ]] || [[ ! "${UPDATER_VERSION}" -gt "2" ]] && + [[ -z "${UPDATER_VERSION}" ]] || [[ "${UPDATER_VERSION}" -lt "3" ]] && ./uninstall.sh --remove-legacy-paths echo ":: S1 | Linking files"