Skip to content

Commit

Permalink
feat(deck): Switch to stable Decky Loader releases
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Oct 17, 2023
1 parent 022625e commit c50d9e8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,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

# Install EmuDeck (https://www.emudeck.com/)
Expand Down

0 comments on commit c50d9e8

Please sign in to comment.