Skip to content

Commit

Permalink
Revert "feat(hhd): apply with fallback hhd bootc updater to steam (#1968
Browse files Browse the repository at this point in the history
)"

This reverts commit e05e420.
  • Loading branch information
KyleGospo committed Dec 10, 2024
1 parent 46124f4 commit f1f8b0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
8 changes: 0 additions & 8 deletions system_files/deck/shared/usr/bin/steamos-update
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@
# steamos-update --enable-duplicate-detection -- should perform an update
# steamos-update -- should perform an update

if [ -x hhd.steamos ]; then
hhd.steamos steamos-update --fallback $@
ret=$?
# If ret is not 20, exit with the return code, otherwise continue
if [ $ret -ne 20 ]; then
exit $ret
fi
fi

while [[ $# -gt 0 ]]; do
case $1 in
Expand Down
10 changes: 0 additions & 10 deletions system_files/deck/shared/usr/libexec/os-branch-select
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
#!/usr/bin/bash

if [ -x hhd.steamos ]; then
hhd.steamos steamos-select-branch --fallback $@
ret=$?
# If ret is not 20, exit with the return code, otherwise continue
if [ $ret -ne 20 ]; then
exit $ret
fi
fi

set -e

source /etc/os-release
Expand Down

0 comments on commit f1f8b0d

Please sign in to comment.