Skip to content

Commit

Permalink
chore: pkexec when selecting branch
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jan 20, 2025
1 parent 2e16fc5 commit 88d9231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_files/deck/shared/usr/libexec/os-branch-select
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 88d9231

Please sign in to comment.