summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/user_install_script.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/user_install_script.sh b/gui/user_install_script.sh
index 5441984..316ad20 100644
--- a/gui/user_install_script.sh
+++ b/gui/user_install_script.sh
@@ -121,10 +121,10 @@ fi
# otherwise install decky loader
-if [[ "$OPTION" == "release" || "$OPTION" == "update to release" ]]; then
+if [[ "$OPTION" == "release" || "$OPTION" == "update to latest release" ]]; then
BRANCH="release"
fi
-if [[ "$OPTION" == "prerelease" || "$OPTION" == "update to prerelease" ]]; then
+if [[ "$OPTION" == "prerelease" || "$OPTION" == "update to latest prerelease" ]]; then
BRANCH="prerelease"
fi