Update packages before upgrade/installs
This commit is contained in:
parent
a80be2b299
commit
ae1e280479
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue