Revert "feat(hhd): apply with fallback hhd bootc updater to steam (#1968)"

This reverts commit e05e42050568ed6dc099d2d599c582653b9194cd.
This commit is contained in:
Kyle Gospodnetich 2024-12-09 23:37:17 -08:00
parent 46124f49f9
commit f1f8b0d39a
2 changed files with 0 additions and 18 deletions

View File

@ -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

View File

@ -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