Skip to content

Commit 3562141

Browse files
authored
Typo fixes
Signed-off-by: Tommy <contact@tommytran.io>
1 parent 5b8b6d0 commit 3562141

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

RHEL-10.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ sudo dnf remove -y audit 'cockpit*' cronie firewalld '*firmware*' flashrom grub2
111111
# Install hardened_malloc
112112
sudo dnf copr enable secureblue/packages rhel+epel-10-x86_64 -y
113113
echo "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'
115115
sudo dnf install -y hardened_malloc
116116
echo 'libhardened_malloc.so' | sudo tee /etc/ld.so.preload
117117
sudo chmod 644 /etc/ld.so.preload
@@ -123,7 +123,7 @@ sudo insights-client --register
123123
sudo 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
129129
sudo systemctl enable --now tuned

0 commit comments

Comments
 (0)