diff options
| -rw-r--r-- | gui/user_install_script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
