fix: install topgrade in ublue-update.sh
`ublue-update` recently moved to `topgrade` for executing updates (https://github.com/ublue-os/ublue-update/pull/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
This commit is contained in:
parent
47e70e07da
commit
d71fa6cb13
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue