chore: switch around
This commit is contained in:
parent
75aac72484
commit
bd6494a7df
1 changed files with 2 additions and 2 deletions
|
@ -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,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 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 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue