diff options
Diffstat (limited to 'gui/user_install_script.sh')
| -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 cb4dece..1fa5c52 100644 --- a/gui/user_install_script.sh +++ b/gui/user_install_script.sh @@ -76,7 +76,7 @@ if [[ -f "${USER_DIR}/homebrew/services/PluginLoader" ]] ; then FALSE "uninstall decky loader" "Will keep config intact" \ FALSE "wipe decky loader" "Will NOT keep config intact") else - OPTION=$(zen_nospam --title="Decky Installer" --width=300 --height=100 --list --radiolist --text "Select Branch:" --hide-header --column "Buttons" --column "Choice" --column "Info" \ + OPTION=$(zen_nospam --title="Decky Installer" --width=300 --height=100 --list --radiolist --text "Select branch to install:" --hide-header --column "Buttons" --column "Choice" --column "Info" \ TRUE "release" "(Recommended option)" \ FALSE "prerelease" "(May be unstable)") fi |
