feat: make dnf quiet
This commit is contained in:
parent
2decbbacd1
commit
75aac72484
1 changed files with 5 additions and 5 deletions
|
@ -14,12 +14,12 @@ RUN <<EOF
|
||||||
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
|
||||||
|
|
||||||
dnf install @sway-desktop-environment
|
dnf install --quiet @sway-desktop-environment
|
||||||
dnf group install --with-optional container-management swaywm-extended
|
dnf group install --quiet --with-optional container-management swaywm-extended
|
||||||
dnf install 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 @guest-desktop-agents
|
dnf remove --quiet @guest-desktop-agents
|
||||||
dnf remove 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 qemu-user-static qemu-user-static-* default-editor foot dunst crontabs cronie chrony WALinuxAgent-udev NetworkManager-cloud-setup
|
||||||
|
|
||||||
dnf autoremove && dnf clean all
|
dnf autoremove && dnf clean all
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue