From 32984a72e28249167ba8bbe18627d80a0dd87da5 Mon Sep 17 00:00:00 2001 From: Siim Date: Sun, 31 May 2026 20:23:02 +0200 Subject: [PATCH] Fixed fluff removal Added -y to actually remove the bloat, piped the output to null, changed the update everything a bit. --- fedora_post_install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fedora_post_install.sh b/fedora_post_install.sh index fbc2c8f..8ba1e0d 100644 --- a/fedora_post_install.sh +++ b/fedora_post_install.sh @@ -21,7 +21,7 @@ function yes_or_no { } echo "Removing fluff (maps, tour, etc)" -dnf remove gnome-maps gnome-weather gnome-tour gnome-calendar gnome-contacts simple-scan +dnf remove -y gnome-maps gnome-weather gnome-tour gnome-calendar gnome-contacts simple-scan &> /dev/null echo "adding RPM fusion repos & updating DNF" @@ -43,9 +43,9 @@ dnf install -y nushell &> /dev/null # Update everything so it all plays nice together echo "Updating everything..." -dnf group upgrade core -y &> /dev/null -dnf check-update &> /dev/null -dnf update -y &> /dev/null +dnf update --refresh -y &> /dev/null +#dnf check-update &> /dev/null +#dnf update -y &> /dev/null ###Firmware updates # See what can be updated