chore: switch around

This commit is contained in:
Seraphim Strub 2025-04-04 09:45:33 +00:00
parent 75aac72484
commit bd6494a7df

View file

@ -10,7 +10,7 @@ RUN <<EOF
set -ouex pipefail set -ouex pipefail
dnf install --assumeyes 'dnf5-command(config-manager)' dnf install --assumeyes 'dnf5-command(config-manager)'
dnf config-manager setopt excludepkgs=PackageKit,PackageKit-command-not-found,PackageKit-gstreamer-plugin,rootfiles,firefox,sway-config-fedora dnf config-manager setopt excludepkgs=PackageKit,PackageKit-command-not-found,PackageKit-gstreamer-plugin,rootfiles,firefox,sway-config-fedora,crontabs
dnf config-manager setopt assumeyes=True dnf config-manager setopt assumeyes=True
dnf config-manager setopt install_weak_deps=False dnf config-manager setopt install_weak_deps=False
@ -19,7 +19,7 @@ RUN <<EOF
dnf install --quiet go wireguard-tools neovim age aria2 android-tools croc p7zip p7zip-plugins rclone restic sshuttle tuned upower dnf install --quiet go wireguard-tools neovim age aria2 android-tools croc p7zip p7zip-plugins rclone restic sshuttle tuned upower
dnf remove --quiet @guest-desktop-agents dnf remove --quiet @guest-desktop-agents
dnf remove --quiet vim-data vim-minimal qemu-user-static qemu-user-static-* default-editor foot dunst crontabs cronie chrony WALinuxAgent-udev NetworkManager-cloud-setup dnf remove --quiet vim-data vim-minimal default-editor foot dunst WALinuxAgent-udev NetworkManager-cloud-setup chrony
dnf autoremove && dnf clean all dnf autoremove && dnf clean all