mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-10 15:54:25 +00:00
fix(decky): Use recursive chcon during install
This commit is contained in:
parent
ba4081c3e8
commit
67cd8e1b2e
@ -31,7 +31,7 @@ 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_release.sh | sh
|
||||
sudo chcon -t bin_t $HOME/homebrew/services/PluginLoader
|
||||
sudo chcon -R -t bin_t $HOME/homebrew/services/PluginLoader
|
||||
|
||||
get-emudeck:
|
||||
#!/usr/bin/env bash
|
||||
|
Loading…
Reference in New Issue
Block a user