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:
RJ Trujillo 2023-07-02 19:25:13 -06:00
parent a6e81f0d87
commit baf51b6e84

View File

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