Added auto athentication

This commit is contained in:
2026-05-05 14:30:37 +02:00
parent 733ac0eedd
commit eded98b98f

View File

@@ -6,7 +6,7 @@ exec 3>&1
# exec > "$LOG" 2> >(tee -a "$LOG" >&3) # exec > "$LOG" 2> >(tee -a "$LOG" >&3)
echo "Update" >&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 clear
# install all programms from the install.list # install all programms from the install.list
echo "Installing install.list" >&3 echo "Installing install.list" >&3