chore: exclude fedora sway config

This commit is contained in:
Seraphim Strub 2025-04-01 22:03:19 +00:00
parent eeb9b60f13
commit 2decbbacd1

View file

@ -10,7 +10,7 @@ RUN <<EOF
set -ouex pipefail
dnf install --assumeyes 'dnf5-command(config-manager)'
dnf config-manager setopt excludepkgs=PackageKit,PackageKit-command-not-found,PackageKit-gstreamer-plugin,rootfiles,firefox
dnf config-manager setopt excludepkgs=PackageKit,PackageKit-command-not-found,PackageKit-gstreamer-plugin,rootfiles,firefox,sway-config-fedora
dnf config-manager setopt assumeyes=True
dnf config-manager setopt install_weak_deps=False