mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-09 21:45:13 +00:00
fix(steamos-update): Force update
By the time we get to installing the update, we've already checked the system state. No need to repeat this behavior again
This commit is contained in:
parent
a6e81f0d87
commit
baf51b6e84
@ -43,7 +43,7 @@ if command -v ublue-update > /dev/null; then
|
|||||||
}
|
}
|
||||||
upgrade() {
|
upgrade() {
|
||||||
# Pull exit code from ublue-update
|
# Pull exit code from ublue-update
|
||||||
ublue-update
|
ublue-update --force
|
||||||
echo $? > /tmp/upgrade-check
|
echo $? > /tmp/upgrade-check
|
||||||
}
|
}
|
||||||
upgrade | fake_progress
|
upgrade | fake_progress
|
||||||
|
Loading…
x
Reference in New Issue
Block a user