bazzite/system_files/deck/shared/usr/bin/steam-patch-wrapper

6 lines
107 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
if grep -q "wheel" <<< $(groups); then
/usr/bin/pkexec /usr/bin/steam-patch "$*"
fi