fix: Set bin_t on Decky Loader to fix issue with SELinux (Thanks jerb)

This commit is contained in:
Kyle Gospodnetich 2023-07-19 16:39:34 -07:00
parent c5f78376f6
commit dc5a7cde86

View File

@ -16,6 +16,7 @@ create-steam-shortcuts:
get-decky: _auth
sudo curl -L https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/install_release.sh | sh
just --unstable _auth | sudo chcon -R -t bin_t $HOME/homebrew/services/PluginLoader
get-emudeck:
echo 'Retrieving EmuDeck...'