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