Do not automate dist-upgrade
This commit is contained in:
parent
fcb8fd20e2
commit
f6545bc954
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue