summaryrefslogtreecommitdiff
path: root/user_install_script.sh
AgeCommit message (Collapse)Author
2026-06-26Fix 404 fetching upstream installer via mirror plain pathHEADv1.1.1maintranch
cgit's plain handler cannot parse inline branch refs in the URL path (e.g. plain/main/gui/...). Removing the ref segment lets cgit default to HEAD, which resolves the upstream decky-installer script correctly.
2026-06-25Fix Decky Loader install flowv1.1.0tranch
Switch the installer to the current main-branch Decky script and only continue with AeroCore plugin setup when plugin_loader.service is active after the upstream installer runs. This preserves the uninstall/update choice for users who already have Decky Loader installed instead of forcing the plugin installation path directly.
2026-02-12fix: update decky client download repository pathv1.0.9Tranch
Point the Decky Loader client download URLs to the accelerator-installer repository. Co-authored-by: llm-git <llm-git@ttll.de>
2026-02-11Move configure-store operation before install to fix 404 errorscopilot-swe-agent[bot]
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
2026-02-06fix: Improve Decky Loader installation verificationtranch
The official installer may exit non-zero on success. Verify installation by checking if `plugin_loader.service` is active. Co-authored-by: llm-git <llm-git@ttll.de>
2026-02-04Simplify checksum verification to use sha256sum directlycopilot-swe-agent[bot]
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
2026-02-04Add SHA256 checksum verification for decky_client.py downloadscopilot-swe-agent[bot]
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
2026-02-04Add store configuration after plugin installation in user_install_script.shcopilot-swe-agent[bot]
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
2026-02-04Optimize variable name in user_install_script.sh from plugin_installer to ↵copilot-swe-agent[bot]
decky_client Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
2026-02-04Refactor CLI to use subcommands for better semanticscopilot-swe-agent[bot]
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
2026-02-04Rename decky_plugin_installer.py to decky_client.pycopilot-swe-agent[bot]
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
2026-02-04Refine boolean comparison for better idiomatic bashcopilot-swe-agent[bot]
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
2026-02-04Add Decky Loader installation check for SteamOScopilot-swe-agent[bot]
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
2026-02-03feat: add plugin installer and mock servertranch
Add decky_plugin_installer.py and a Decky mock server for validation, plus related workflow/test updates.
2026-02-03feat: introduce Decky Installer mirror filestranch
Add initial setup for the mirrored Decky Installer. Includes the install script, desktop file, and GitHub release workflow. The script modifies the official installer to use a custom mirror host.