mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-25 15:35:17 +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
|
#!/usr/bin/env bash
|
||||||
export HOME=$(getent passwd ${SUDO_USER:-$USER} | cut -d: -f6)
|
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
|
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:
|
get-emudeck:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user