diff options
| author | Gabriel Jones <ggppjj@gmail.com> | 2023-05-30 21:12:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-30 21:12:56 -0400 |
| commit | 10c77c670a9250a3287c3055aa7fc1771d166ce0 (patch) | |
| tree | 0756354965c930d98f37a2d8a3df1e8191279e27 | |
| parent | 023d61eb23e32dd5ef89f7a7cd4abd95afc9f139 (diff) | |
| download | decky-installer-10c77c670a9250a3287c3055aa7fc1771d166ce0.tar.gz decky-installer-10c77c670a9250a3287c3055aa7fc1771d166ce0.zip | |
Update user_install_script.sh
oops
| -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" |
