mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 22:20:21 +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() {
|
||||
# Pull exit code from ublue-update
|
||||
ublue-update
|
||||
ublue-update --force
|
||||
echo $? > /tmp/upgrade-check
|
||||
}
|
||||
upgrade | fake_progress
|
||||
|
Loading…
x
Reference in New Issue
Block a user