From cffea037c445236dc4675e1eff3e61dc32b2fe21 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 9 Aug 2024 15:36:05 -0700 Subject: [PATCH] Update kernel module blacklist URL Fixes #46 Signed-off-by: Tommy --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0857d14..6467f96 100644 --- a/install.sh +++ b/install.sh @@ -438,7 +438,7 @@ if [ "${use_luks}" = '1' ]; then fi ## Continue kernel hardening -unpriv curl -s https://raw.githubusercontent.com/secureblue/secureblue/live/files/system/usr/etc/modprobe.d/blacklist.conf | tee /mnt/etc/modprobe.d/blacklist.conf > /dev/null +unpriv curl -s https://raw.githubusercontent.com/secureblue/secureblue/live/files/system/etc/modprobe.d/blacklist.conf | tee /mnt/etc/modprobe.d/blacklist.conf > /dev/null if [ "${install_mode}" = 'server' ]; then unpriv curl -s https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/sysctl.d/99-server.conf | tee /mnt/etc/sysctl.d/99-server.conf > /dev/null else