Running multiple manual commands in Konsole on the Steam Deck (especially with the on-screen keyboard) is tedious and error-prone.
Decky Loader handles installation cleanly with a single command:
curl -L https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/install_release.sh | sh
Why not adopt a similar approach here? A one-line install script that prompts for sudo and encapsulates the setup (downloading binaries, setting up systemd overrides, PATH, and starting the daemon) would be much more user-friendly.
Running multiple manual commands in Konsole on the Steam Deck (especially with the on-screen keyboard) is tedious and error-prone.
Decky Loader handles installation cleanly with a single command:
curl -L https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/install_release.sh | shWhy not adopt a similar approach here? A one-line install script that prompts for
sudoand encapsulates the setup (downloading binaries, setting up systemd overrides, PATH, and starting the daemon) would be much more user-friendly.