chore(decky-loader): Switch to release from prerelease now that SELinux fix is live in stable

This commit is contained in:
Kyle Gospodnetich 2023-08-24 01:08:05 -07:00
parent 7f28345432
commit 1f8dd03336

View File

@ -34,7 +34,7 @@ configure-waydroid:
get-decky:
#!/usr/bin/env bash
export HOME=$(getent passwd ${SUDO_USER:-$USER} | cut -d: -f6)
curl -L https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/install_prerelease.sh | sh
curl -L https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/install_release.sh | sh
sudo chcon -R -t bin_t $HOME/homebrew/services/PluginLoader
get-emudeck: