Added auto athentication
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user