From f6545bc9547e2b99ae474cf09b6456a11986b5e6 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 1 Apr 2014 13:44:47 -0400 Subject: [PATCH] Do not automate dist-upgrade --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 3f99f8a..50a0adf 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -39,7 +39,7 @@ if [ "$SETUP" = true ] ; then dpkg-reconfigure --frontend noninteractive tzdata # 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 apt-get install git -y