fix: remove ub update services in ub updater inst

This commit is contained in:
ER
2023-09-02 12:27:38 +03:00
parent 77699e8f43
commit 2208ea88e5

View File

@@ -3,4 +3,8 @@
# Tell build process to exit if there are any errors. # Tell build process to exit if there are any errors.
set -oue pipefail set -oue pipefail
# Check if ublue-os-update-services rpm is installed, these services conflict with ublue-update
if rpm -q ublue-os-update-services > /dev/null; then
rpm-ostree override remove ublue-os-update-services
fi
rpm-ostree install "$BLING_DIRECTORY"/rpms/ublue-update*.rpm rpm-ostree install "$BLING_DIRECTORY"/rpms/ublue-update*.rpm