summaryrefslogtreecommitdiff
path: root/user_install_script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'user_install_script.sh')
-rw-r--r--user_install_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_install_script.sh b/user_install_script.sh
index 42f8123..c411321 100644
--- a/user_install_script.sh
+++ b/user_install_script.sh
@@ -20,7 +20,7 @@ fi
# This keeps the original installer logic intact while swapping network endpoints.
tmp_script="/tmp/decky_user_install_script.sh"
-if [ "$SKIP_DECKY_INSTALL" = false ]; then
+if [ "$SKIP_DECKY_INSTALL" != true ]; then
if ! curl -fsSL "https://${DECKY_MIRROR_HOST}/SteamDeckHomebrew/decky-installer/releases/latest/download/user_install_script.sh" \
| sed -E \
-e "s#github\.com#${DECKY_MIRROR_HOST}#g" \