From 92412279e20b8e42bc2e405f447c219bba4f2ea5 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 17 May 2024 13:23:25 -0700 Subject: [PATCH] Remove cockpit Signed-off-by: Tommy --- Fedora-Server-40.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Fedora-Server-40.sh b/Fedora-Server-40.sh index eaf16fc..ee45884 100644 --- a/Fedora-Server-40.sh +++ b/Fedora-Server-40.sh @@ -89,6 +89,9 @@ unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/m unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/dnf/dnf.conf | sudo tee /etc/dnf/dnf.conf sudo sed -i 's/^metalink=.*/&\&protocol=https/g' /etc/yum.repos.d/* +# Remove unnecessary packages +sudo dnf remove -y cockpit* + # Setup fwupd echo 'UriSchemes=file;https' | sudo tee -a /etc/fwupd/fwupd.conf sudo systemctl restart fwupd