mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-01 04:21:04 +00:00
Merge branch 'testing'
This commit is contained in:
commit
ac29ef9df9
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
|
|
||||||
if [ -x /usr/bin/hhd.steamos ]; then
|
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=$?
|
ret=$?
|
||||||
# If ret is not 20, exit with the return code, otherwise continue
|
# If ret is not 20, exit with the return code, otherwise continue
|
||||||
if [ $ret -ne 20 ]; then
|
if [ $ret -ne 20 ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user