summaryrefslogtreecommitdiff
path: root/user_install_script.sh
diff options
context:
space:
mode:
authorcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2026-02-04 14:08:50 +0000
committercopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2026-02-04 14:08:50 +0000
commita1164d396c54c8a7a3d17746b12c6e62816ed344 (patch)
tree47e9ce27bd46ec2c4ee57fa7dae21b5f63d8699d /user_install_script.sh
parent06d1b194d4ce46524bc03628ecdf15fa2e135e5f (diff)
downloaddecky-installer-a1164d396c54c8a7a3d17746b12c6e62816ed344.tar.gz
decky-installer-a1164d396c54c8a7a3d17746b12c6e62816ed344.zip
Refactor CLI to use subcommands for better semantics
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
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 49acea2..5fd1e84 100644
--- a/user_install_script.sh
+++ b/user_install_script.sh
@@ -37,7 +37,7 @@ fi
# Download and run decky plugin installer helper (mirror-hosted).
plugin_installer="/tmp/decky_client.py"
if curl -fsSL "https://${DECKY_MIRROR_HOST}/AeroCore-IO/decky-installer/releases/latest/download/decky_client.py" -o "${plugin_installer}"; then
- python3 "${plugin_installer}" \
+ python3 "${plugin_installer}" install \
--store-url "https://${DECKY_PLUGIN_MIRROR_HOST}/plugins" \
--target-id "${DECKY_PLUGIN_TARGET_ID}"
else