mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-21 20:44:51 +00:00
fix: remove ub update services in ub updater inst
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user