From 6176be7054c00bc90e65304066f07f80143ac580 Mon Sep 17 00:00:00 2001
From: optout <git@archaic.33mail.com>
Date: Thu, 25 Jan 2024 19:46:14 +0000
Subject: [PATCH] Build script for Fedora added | Documentation update

---
 README.md     | 2 +-
 void_build.sh | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d2a4df2..a628dae 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 ### Steps to create
 1. Set the KVER variable to which version you want to obtain from Anthraxx's linux-hardened repository
-2. Run `bash void_build.sh` if running Void Linux OR `bash fedora_build.sh` fi running Fedora
+2. Run `bash void_build.sh` if running Void Linux OR `bash fedora_build.sh` if running Fedora
 
 #### Additional Resources:
 - https://docs.clip-os.org/clipos/kernel.html
diff --git a/void_build.sh b/void_build.sh
index 859028c..44c026f 100644
--- a/void_build.sh
+++ b/void_build.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # Set VAR
-KVER=''
+KVER='6.6.13-hardened1'
 #KVER='5.10.145-hardened1'
 #KVER='5.15.74-hardened1'
 
@@ -29,6 +29,7 @@ make clean
 # Compilation
 make oldconfig
 make menuconfig
+
 echo "Compiling "$KVER""
 make --jobs=$(nproc)
 make modules_install
-- 
GitLab