[DO NOT UPDATE] Maybe fix updater
This commit is contained in:
parent
b3bc59cc71
commit
167a3dfb78
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue