From df7212ec96b2168121fb74f8ba1cd146fe4e07bc Mon Sep 17 00:00:00 2001 From: Aditya Garg Date: Fri, 20 Mar 2026 16:55:16 +0530 Subject: [PATCH] Remove sudo from tee commands in chroot_iso.sh --- chroot_iso.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chroot_iso.sh b/chroot_iso.sh index f909a8f..d089941 100755 --- a/chroot_iso.sh +++ b/chroot_iso.sh @@ -21,11 +21,11 @@ apt install -y linux-t2=${KERNEL_VERSION}-${PKGREL}-${CODENAME} echo >&2 "===]> Info: Add udev Rule to stop annoying WiFi popup... " mkdir -p /etc/NetworkManager/conf.d -cat <