Skip to content

Commit

Permalink
fix: install topgrade in ublue-update.sh
Browse files Browse the repository at this point in the history
`ublue-update` recently moved to `topgrade` for executing updates (ublue-os/ublue-update#102). Because of this move, `ublue-update` needs `topgrade` to be installed in order to install the rpm: https://github.com/ublue-os/ublue-update/blob/main/ublue-update.spec
  • Loading branch information
gerblesh committed Jan 27, 2024
1 parent 47e70e0 commit d71fa6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/bling/installers/ublue-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ if [[ -f "$RPM_OSTREE_CONFIG" ]]; then
fi
fi
systemctl disable rpm-ostreed-automatic.timer

# topgrade is REQUIRED by ublue-update to install
pip install topgrade
rpm-ostree install ublue-update

0 comments on commit d71fa6c

Please sign in to comment.