From 12af151d007b670922b9a6c4b9e1b10437dbbea3 Mon Sep 17 00:00:00 2001 From: TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> Date: Tue, 30 May 2023 17:28:26 -0700 Subject: Update user_install_script.sh --- gui/user_install_script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/user_install_script.sh b/gui/user_install_script.sh index 5441984..8c75b4e 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$" ]]; then BRANCH="release" fi -if [[ "$OPTION" == "prerelease" || "$OPTION" == "update to prerelease" ]]; then +if [[ "$OPTION" =~ "^prerelease$" ]]; then BRANCH="prerelease" fi -- cgit v1.2.3