From eded98b98f5a16f61f93f479d050355d851972cc Mon Sep 17 00:00:00 2001 From: lucas_csr Date: Tue, 5 May 2026 14:30:37 +0200 Subject: [PATCH] Added auto athentication --- autoinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoinstall.sh b/autoinstall.sh index 263c4e4..5bfe607 100755 --- a/autoinstall.sh +++ b/autoinstall.sh @@ -6,7 +6,7 @@ exec 3>&1 # exec > "$LOG" 2> >(tee -a "$LOG" >&3) echo "Update" >&3 -sudo apt-get update -y -qq 2>&1 > /dev/null +echo "albarello" | sudo -S apt-get update -y -qq 2>&1 > /dev/null clear # install all programms from the install.list echo "Installing install.list" >&3