- Download an official release of sunshine with
.AppImageextension on your Steam Deck. https://github.com/LizardByte/Sunshine/releases/tag/latest - Move it to the home directory .local folder:
mkdir -p ~/.local/sunshine/ && mv ~/Downloads/sunshine.AppImage ~/.local/sunshine/ - Add root user to the audio group:
sudo usermod -aG audio root - Execute the following to put the systemd unit file to autorun sunshine upon Steam Deck startup:
sudo tee /etc/systemd/system/sunshine.service << 'EOF'
[Unit]
StartLimitBurst=4
[Service]