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