This commit is contained in:
Martin Donnelly 2018-10-24 11:49:33 +01:00
parent 42e56ecdb9
commit 81f22c2803

View File

@ -91,7 +91,7 @@ fancy_echo "${PURPLE}Updating system packages${RESET}"
else
echo $sudoPW | sudo -S apt-get -y -q --force-yes update
echo $sudoPW | sudo -S apt-get -y -q --force-yes upgrade
echo $sudoPW | sudo -S apt-get --assume-yes install build-essential git nginx htop screen wget curl
echo $sudoPW | sudo -S apt-get --assume-yes install build-essential git nginx htop screen wget curl xorg openbox libasound
echo $sudoPW | sudo -S apt-get -y -q --force-yes clean
fi
fi