Skip to content

Commit

Permalink
fix: dropping ostree overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
senz committed Sep 16, 2024
1 parent 184f305 commit 87ba284
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions run_once_before_install-packages-linux.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,16 @@ install_ostree() {
rpm-ostree install --allow-inactive --idempotent -y $rpms_files
fi

if command -v kdeconnect-cli &> /dev/null; then
echo "Removing preinstalled packages"
rpm-ostree override remove \
kde-connect \
kde-connect-libs \
kdeconnectd \
firefox \
firefox-langpacks
fi
# this makes upgrade hella slow, disabled for now
# if command -v kdeconnect-cli &> /dev/null; then
# echo "Removing preinstalled packages"
# rpm-ostree override remove \
# kde-connect \
# kde-connect-libs \
# kdeconnectd \
# firefox \
# firefox-langpacks
# fi

echo "Applying ostree changes (best effort)"
sudo rpm-ostree apply-live || true
Expand Down

0 comments on commit 87ba284

Please sign in to comment.