mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-01 16:13:23 +00:00
chore: pkexec when selecting branch
This commit is contained in:
parent
2e16fc50f7
commit
88d9231da4
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
if [ -x /usr/bin/hhd.steamos ]; then
|
||||
/usr/bin/hhd.steamos steamos-select-branch --fallback $@
|
||||
/usr/bin/pkexec /usr/bin/hhd.steamos steamos-select-branch --fallback $@
|
||||
ret=$?
|
||||
# If ret is not 20, exit with the return code, otherwise continue
|
||||
if [ $ret -ne 20 ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user