From 10c77c670a9250a3287c3055aa7fc1771d166ce0 Mon Sep 17 00:00:00 2001 From: Gabriel Jones Date: Tue, 30 May 2023 21:12:56 -0400 Subject: Update user_install_script.sh oops --- gui/user_install_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/user_install_script.sh b/gui/user_install_script.sh index b155a00..6a38379 100644 --- a/gui/user_install_script.sh +++ b/gui/user_install_script.sh @@ -119,7 +119,7 @@ if [[ "$OPTION" == "uninstall decky loader" || "$OPTION" == "wipe decky loader" exit 1 fi -if [[ "$OPTION" ~= "pre" ]]; then +if [[ "$OPTION" =~ "pre" ]]; then BRANCH="prerelease" else BRANCH="release" -- cgit v1.2.3