From f2cf05c33e1eab1f7e7e23d4f389f1d81bf8a37a Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 14 Oct 2025 03:10:24 -0600 Subject: [PATCH] testan a reboold --- installer_auto.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installer_auto.sh b/installer_auto.sh index b8a757f..8af88aa 100644 --- a/installer_auto.sh +++ b/installer_auto.sh @@ -9,6 +9,9 @@ else username=$USER fi +echo "Edit sudoers file" +sudo visudo -e + echo "Updating Software Lists" sudo apt update