From f1f8b0d39acefb2c2572c213eafa9eb8f950686f Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 9 Dec 2024 23:37:17 -0800 Subject: [PATCH] Revert "feat(hhd): apply with fallback hhd bootc updater to steam (#1968)" This reverts commit e05e42050568ed6dc099d2d599c582653b9194cd. --- system_files/deck/shared/usr/bin/steamos-update | 8 -------- system_files/deck/shared/usr/libexec/os-branch-select | 10 ---------- 2 files changed, 18 deletions(-) diff --git a/system_files/deck/shared/usr/bin/steamos-update b/system_files/deck/shared/usr/bin/steamos-update index d84632fa42..a2facdda43 100755 --- a/system_files/deck/shared/usr/bin/steamos-update +++ b/system_files/deck/shared/usr/bin/steamos-update @@ -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 diff --git a/system_files/deck/shared/usr/libexec/os-branch-select b/system_files/deck/shared/usr/libexec/os-branch-select index e7bcd47a91..9fd166d3e3 100755 --- a/system_files/deck/shared/usr/libexec/os-branch-select +++ b/system_files/deck/shared/usr/libexec/os-branch-select @@ -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