Do not automate dist-upgrade

This commit is contained in:
Andrew Tomaka 2014-04-01 13:44:47 -04:00
parent fcb8fd20e2
commit f6545bc954

View file

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