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