From a1164d396c54c8a7a3d17746b12c6e62816ed344 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Feb 2026 14:08:50 +0000 Subject: Refactor CLI to use subcommands for better semantics Co-authored-by: tranch <5999732+tranch@users.noreply.github.com> --- user_install_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_install_script.sh') 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 -- cgit v1.2.3