Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: remove ub update services in ub updater inst
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Sep 2, 2023
1 parent 77699e8 commit 2208ea8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/bling/installers/ublue-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
# Tell build process to exit if there are any errors.
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

0 comments on commit 2208ea8

Please sign in to comment.