mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-12 22:14:10 +00:00
6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
if grep -q "wheel" <<< $(groups); then
|
||
|
/usr/bin/pkexec /usr/bin/steam-patch "$*"
|
||
|
fi
|