Skip to content

Commit 9e3b87e

Browse files
authored
More typo fixes
1 parent 64672bb commit 9e3b87e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

TrueNAS-25.04.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,11 @@ unpriv curl -s https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/m
4848
sudo systemctl daemon-reload
4949
sudo systemctl restart sshd
5050

51-
# Rebuild initramfs
52-
update-initramfs -u
53-
5451
# Kernel hardening
5552
unpriv curl -s https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/main/etc/modprobe.d/server-blacklist.conf | sudo tee /etc/modprobe.d/server-blacklist.conf > /dev/null
5653
sudo chmod 644 /etc/modprobe.d/server-blacklist.conf
5754
unpriv curl -s https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/main/etc/sysctl.d/99-server.conf | sudo tee /etc/sysctl.d/99-server.conf > /dev/null
5855
sudo chmod 644 /etc/sysctl.d/99-server.conf
59-
sudo dracut -f
6056
sudo sysctl -p
6157

6258
# Disable coredump

0 commit comments

Comments
 (0)