From 113bf1b6cc229f6c8ca28cc4e06dd972542cead2 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 10 May 2024 14:43:53 -0700 Subject: [PATCH] Remove redundant command Signed-off-by: Tommy --- fedora/fedora-gnome.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/fedora/fedora-gnome.sh b/fedora/fedora-gnome.sh index 6e049f9..62c8afa 100644 --- a/fedora/fedora-gnome.sh +++ b/fedora/fedora-gnome.sh @@ -127,7 +127,6 @@ sudo dnf -y install qubes-ctap qubes-gpg-split adw-gtk3-theme gnome-console gnom # Setup hardened_malloc sudo dnf -y install 'https://divested.dev/rpm/fedora/divested-release-20231210-2.noarch.rpm' -sudo sed -i 's/^metalink=.*/&?protocol=https/g' /etc/yum.repos.d/divested-release.repo sudo dnf config-manager --save --setopt=divested.includepkgs=divested-release,real-ucode,microcode_ctl,amd-ucode-firmware,hardened_malloc sudo dnf -y install hardened_malloc echo 'libhardened_malloc.so' | sudo tee /etc/ld.so.preload