Update packages before upgrade/installs

This commit is contained in:
Andrew Tomaka 2014-03-18 11:43:35 -04:00
parent a80be2b299
commit ae1e280479

View file

@ -36,7 +36,7 @@ if [ "$SETUP" = true ] ; then
dpkg-reconfigure --frontend noninteractive tzdata
# UPGRADE ALL CURRENT PACKAGES
apt-get upgrade -y && apt-get dist-upgrade -y
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
# INSTALL GIT
apt-get install git -y