diff --git a/installer/install.sh b/installer/install.sh index bdd11c6e..5be922ae 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -160,8 +160,6 @@ EOF # Let's pull some updates fuECHO "### Pulling Updates." apt-get update -y -fuECHO "### Installing Upgrades." -apt-get upgrade -y # Let's install docker fuECHO "### Installing docker-engine." @@ -361,6 +359,10 @@ ip = $myEXTIP EOF chown tpot:tpot /data/ews/conf/ews.ip +# Installing upgrades +fuECHO "### Installing Upgrades." +apt-get upgrade -y + # Final steps fuECHO "### Thanks for your patience. Now rebooting." mv /root/tpot/etc/rc.local /etc/rc.local && rm -rf /root/tpot/ && chage -d 0 tsec && sleep 2 && reboot