From f7896a39b9780fd5db62ef54e20756fb33992401 Mon Sep 17 00:00:00 2001 From: kraoc Date: Wed, 14 May 2025 21:02:27 +0200 Subject: [PATCH] unsecure --- kernel.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel.sh b/kernel.sh index 5b58a6f..306e183 100644 --- a/kernel.sh +++ b/kernel.sh @@ -1,5 +1,5 @@ #!/bin/bash -UPDATED="2025-05-02" +UPDATED="2025-05-14" DISABLE=0 # disable options ENABLE=1 # enable options @@ -13,7 +13,7 @@ CONFIGMOD=0 # enable all mod config SCRATCH=0 # perform from scratch (remove preexisting content) UNCOMPRESS=1 # perform uncompress if already exist CLEANUP=1 # perform folder cleanup -SECURED=1 # enable/disable security +SECURED=0 # enable/disable security CLANG=0 # use Clang compiler (if not, use GCC) TESTING=0 # add testing options NVIDIA=1 # add support for nvidia