summaryrefslogtreecommitdiff
path: root/gui/user_install_script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gui/user_install_script.sh')
-rw-r--r--gui/user_install_script.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/user_install_script.sh b/gui/user_install_script.sh
index 1d7a119..e2691af 100644
--- a/gui/user_install_script.sh
+++ b/gui/user_install_script.sh
@@ -68,13 +68,13 @@ HOMEBREW_FOLDER="${USER_DIR}/homebrew"
# if decky is already installed, then add 'uninstall' and 'wipe' option
if [[ -f "${USER_DIR}/homebrew/services/PluginLoader" ]] ; then
- OPTION=$(zen_nospam --title="Decky Installer" --width=550 --height=200 --list --radiolist --text "Select Option:" --hide-header --column "Buttons" --column "Choice" --column "Info" \
+ OPTION=$(zen_nospam --title="Decky Installer" --width=750 --height=400 --list --radiolist --text "Select Option:" --hide-header --column "Buttons" --column "Choice" --column "Info" \
TRUE "update to latest release" "Recommended for stable steamos" \
FALSE "update to latest prerelease" "Recommended for beta/preview steamos" \
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=420 --height=100 --list --radiolist --text "Select branch to install:" --hide-header --column "Buttons" --column "Choice" --column "Info" \
+ OPTION=$(zen_nospam --title="Decky Installer" --width=750 --height=300 --list --radiolist --text "Select branch to install:" --hide-header --column "Buttons" --column "Choice" --column "Info" \
TRUE "release" "Recommended for stable steamos" \
FALSE "prerelease" "Recommended for beta/preview steamos")
fi