fix(ujust): set install as the default action for the setup-decky ujust (#1371)

* fix(ujust): set install as the default action for the setup-decky ujust

* fix(ujust): fix typo for setup-decky usage doc

---------

Co-authored-by: Aarron Lee <aarron-lee@users.noreply.github.com>
This commit is contained in:
Aarron Lee 2024-07-15 16:53:38 -04:00 committed by GitHub
parent daff14c540
commit 825c70ff38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,7 +146,7 @@ configure-watchdog ACTION="":
fi
# Install and configure Decky Loader (https://github.com/SteamDeckHomebrew/decky-loader) and plugins for alternative handhelds
setup-decky ACTION="":
setup-decky ACTION="install":
#!/usr/bin/bash
source /usr/lib/ujust/ujust.sh
DECKY_STATE="${b}${red}Not Installed${n}"
@ -155,7 +155,7 @@ setup-decky ACTION="":
fi
OPTION={{ ACTION }}
if [ "$OPTION" == "help" ]; then
echo "Usage: ujust configure-watchdog <option>"
echo "Usage: ujust setup-decky <option>"
echo " <option>: Specify the quick option to skip the prompt"
echo " Use 'install' to select Install Decky"
exit 0