From 15d2988d627837a567d759b0e8336f34f1df85d1 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 26 Jul 2022 17:37:22 -0400 Subject: [PATCH] Update fedora.sh Signed-off-by: Tommy --- fedora/fedora.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora/fedora.sh b/fedora/fedora.sh index 71db4af..150bd91 100644 --- a/fedora/fedora.sh +++ b/fedora/fedora.sh @@ -10,7 +10,7 @@ sudo curl --proxy http://127.0.0.1:8082 https://raw.githubusercontent.com/Whonix # Security kernel settings. sudo curl --proxy http://127.0.0.1:8082 https://raw.githubusercontent.com/Whonix/security-misc/master/etc/sysctl.d/30_security-misc.conf -o /etc/sysctl.d/30_security-misc.conf -sed -i 's/kernel.yama.ptrace_scope=2/kernel.yama.ptrace_scope=3/g' /mnt/etc/sysctl.d/30_security-misc.conf +sudo sed -i 's/kernel.yama.ptrace_scope=2/kernel.yama.ptrace_scope=3/g' /etc/sysctl.d/30_security-misc.conf sudo curl --proxy http://127.00.1:8082 https://raw.githubusercontent.com/Whonix/security-misc/master/etc/sysctl.d/30_silent-kernel-printk.conf -o /etc/sysctl.d/30_silent-kernel-printk.conf git config --global http.proxy http://127.0.0.1:8082