[DO NOT UPDATE] Update uninstallation again
This commit is contained in:
parent
f447751301
commit
a6ca338b05
1 changed files with 5 additions and 1 deletions
|
@ -9,10 +9,14 @@ LOCAL_UPDATER_VERSION=3
|
||||||
|
|
||||||
case "${STAGE}" in
|
case "${STAGE}" in
|
||||||
1)
|
1)
|
||||||
echo ":: S1 | Unlinking files"
|
|
||||||
if [ -z "${UPDATER_VERSION}" ] || [ "${UPDATER_VERSION}" -lt "3" ]; then
|
if [ -z "${UPDATER_VERSION}" ] || [ "${UPDATER_VERSION}" -lt "3" ]; then
|
||||||
|
echo ":: S1 | Unlinking legacy file paths"
|
||||||
./uninstall.sh --remove-legacy-paths
|
./uninstall.sh --remove-legacy-paths
|
||||||
|
|
||||||
|
echo ":: S1 | Unlinking files (safety measure)"
|
||||||
|
./uninstall.sh
|
||||||
else
|
else
|
||||||
|
echo ":: S1 | Unlinking files"
|
||||||
./uninstall.sh
|
./uninstall.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue