File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ sudo dnf remove -y audit 'cockpit*' cronie firewalld '*firmware*' flashrom grub2
111111# Install hardened_malloc
112112sudo dnf copr enable secureblue/packages rhel+epel-10-x86_64 -y
113113echo " includepkgs=hardened_malloc
114- priority=20" | sudo tee -a /etc/yum.repos.d/_copr\ : copr.fedorainfracloud.org\ : secureblue\ : packages.repo
114+ priority=20" | sudo tee -a ' /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:secureblue:packages.repo'
115115sudo dnf install -y hardened_malloc
116116echo ' libhardened_malloc.so' | sudo tee /etc/ld.so.preload
117117sudo chmod 644 /etc/ld.so.preload
@@ -123,7 +123,7 @@ sudo insights-client --register
123123sudo dnf install -y nano qemu-guest-agent tuned zram-generator
124124
125125# Setup ZRAM
126- curl -s https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/main/etc/systemd/zram-generator.conf | tee /etc/systemd/zram-generator.conf > /dev/null
126+ curl -s https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/main/etc/systemd/zram-generator.conf | sudo tee /etc/systemd/zram-generator.conf > /dev/null
127127
128128# Setup tuned
129129sudo systemctl enable --now tuned
You can’t perform that action at this time.
0 commit comments