mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-09 18:40:24 +00:00
6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
if grep -q "wheel" <<< $(groups); then
|
|
/usr/bin/pkexec /usr/bin/steam-patch "$*"
|
|
fi
|