Fix switch scopes for unknown OS

This commit is contained in:
2023-03-19 11:29:32 -04:00
parent d9242c4882
commit a5b37bc1be

View File

@@ -331,9 +331,9 @@ init() {
err "OS detection failed!" err "OS detection failed!"
askOk "Continue with manual installation?" || exit 1 askOk "Continue with manual installation?" || exit 1
ID="unknown" ID="unknown"
REPO_INSTALL_SWITCH=0 declare -g REPO_INSTALL_SWITCH=0
BUILD_SWITCH=1 declare -g BUILD_SWITCH=1
LOCAL_INSTALL_SWITCH=1 declare -g LOCAL_INSTALL_SWITCH=1
fi fi
esac esac