From 5c65926a0c2679668715ccfcffa5bf2c2c386fd6 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 18 Nov 2022 22:07:53 -0500 Subject: [PATCH] Update Fedora-Workstation-36.sh Signed-off-by: Tommy --- Fedora-Workstation-36.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fedora-Workstation-36.sh b/Fedora-Workstation-36.sh index d7ad5f5..b98f843 100644 --- a/Fedora-Workstation-36.sh +++ b/Fedora-Workstation-36.sh @@ -42,7 +42,7 @@ sudo firewall-cmd --reload sudo echo 'fastestmirror=1' | sudo tee -a /etc/dnf/dnf.conf sudo echo 'max_parallel_downloads=10' | sudo tee -a /etc/dnf/dnf.conf sudo echo 'deltarpm=true' | sudo tee -a /etc/dnf/dnf.conf -sudo echo 'coutme=false' | sudo tee -a /etc/dnf/dnf.conf +sudo echo 'countme=false' | sudo tee -a /etc/dnf/dnf.conf #Update packages and firmware sudo dnf upgrade -y