From d7ef6c238ce7c7c171d8b3d86cbfa583931e4e0e Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 26 May 2022 18:09:59 -0400 Subject: [PATCH] Typos --- kicksecure-minimal/kicksecure.sh | 2 +- kicksecure/kicksecure.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kicksecure-minimal/kicksecure.sh b/kicksecure-minimal/kicksecure.sh index 243746b..9288067 100644 --- a/kicksecure-minimal/kicksecure.sh +++ b/kicksecure-minimal/kicksecure.sh @@ -21,5 +21,5 @@ sudo apt install --no-install-recommends lkrg-dkms linux-headers-amd64 -y echo "/usr/lib/libhardened_malloc.so/libhardened_malloc.so" | sudo tee /etc/ld.so.preload #Reduce kernel information leaks -#Will break a lot of applications. The apps I use on Whonix work fine with it so I am enabling it. +#Will break a lot of applications. The apps I use on KickSecure work fine with it so I am enabling it. sudo systemctl enable --now hide-hardware-info.service \ No newline at end of file diff --git a/kicksecure/kicksecure.sh b/kicksecure/kicksecure.sh index e8ee767..690f67a 100644 --- a/kicksecure/kicksecure.sh +++ b/kicksecure/kicksecure.sh @@ -27,7 +27,7 @@ sudo apt install --no-install-recommends lkrg-dkms linux-headers-amd64 -y echo "/usr/lib/libhardened_malloc.so/libhardened_malloc.so" | sudo tee /etc/ld.so.preload #Reduce kernel information leaks -#Will break a lot of applications. The apps I use on Whonix work fine with it so I am enabling it. +#Will break a lot of applications. The apps I use on KickSecure work fine with it so I am enabling it. sudo systemctl enable --now hide-hardware-info.service #Install packages