From 55a82bee21cffb7807c0ee65b3699ac959a698de Mon Sep 17 00:00:00 2001
From: macbothebest <35088988+macbothebest@users.noreply.github.com>
Date: Sat, 14 Sep 2024 02:18:53 -0400
Subject: [PATCH] Update all-templates.sh

Made the LCX Privileged to avoid runtime error
---
 misc/all-templates.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/all-templates.sh b/misc/all-templates.sh
index ab430e7c..9ef964c5 100644
--- a/misc/all-templates.sh
+++ b/misc/all-templates.sh
@@ -86,7 +86,7 @@ PCT_OPTIONS="
     -memory 2048
     -password $PASS
     -net0 name=eth0,bridge=vmbr0,ip=dhcp
-    -unprivileged 1
+    -unprivileged 0
   "
 DEFAULT_PCT_OPTIONS=(
   -arch $(dpkg --print-architecture)