undo auto password

This commit is contained in:
2026-05-05 16:57:06 +02:00
parent eded98b98f
commit 264bbc6f3c

View File

@@ -6,7 +6,7 @@ exec 3>&1
# exec > "$LOG" 2> >(tee -a "$LOG" >&3)
echo "Update" >&3
echo "albarello" | sudo -S apt-get update -y -qq 2>&1 > /dev/null
sudo apt-get update -y -qq 2>&1 > /dev/null
clear
# install all programms from the install.list
echo "Installing install.list" >&3