mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-15 22:21:45 +00:00
Revert "feat(hhd): apply with fallback hhd bootc updater to steam (#1968)"
This reverts commit e05e42050568ed6dc099d2d599c582653b9194cd.
This commit is contained in:
parent
46124f49f9
commit
f1f8b0d39a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user