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:02:28 +0000
committercopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2026-02-04 14:02:28 +0000
commit06d1b194d4ce46524bc03628ecdf15fa2e135e5f (patch)
tree87ab98a2f8d84a0ecc9b2c324fd403d022df93e5 /user_install_script.sh
parent1b1148cacc4bc90cc4cefb9f543f87c94d19c7df (diff)
downloaddecky-installer-06d1b194d4ce46524bc03628ecdf15fa2e135e5f.tar.gz
decky-installer-06d1b194d4ce46524bc03628ecdf15fa2e135e5f.zip
Rename decky_plugin_installer.py to decky_client.py
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
Diffstat (limited to 'user_install_script.sh')
-rw-r--r--user_install_script.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_install_script.sh b/user_install_script.sh
index c411321..49acea2 100644
--- a/user_install_script.sh
+++ b/user_install_script.sh
@@ -35,8 +35,8 @@ if [ "$SKIP_DECKY_INSTALL" != true ]; then
fi
# Download and run decky plugin installer helper (mirror-hosted).
-plugin_installer="/tmp/decky_plugin_installer.py"
-if curl -fsSL "https://${DECKY_MIRROR_HOST}/AeroCore-IO/decky-installer/releases/latest/download/decky_plugin_installer.py" -o "${plugin_installer}"; then
+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}" \
--store-url "https://${DECKY_PLUGIN_MIRROR_HOST}/plugins" \
--target-id "${DECKY_PLUGIN_TARGET_ID}"