mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
only apt-get upgrade during install
This commit is contained in:
parent
5d22c0c6bd
commit
6f18240ade
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
# T-Pot post install script #
|
# T-Pot post install script #
|
||||||
# Ubuntu server 14.04.4, x64 #
|
# Ubuntu server 14.04.4, x64 #
|
||||||
# #
|
# #
|
||||||
# v16.03.13 by mo, DTAG, 2016-03-06 #
|
# v16.03.14 by mo, DTAG, 2016-03-08 #
|
||||||
########################################################
|
########################################################
|
||||||
|
|
||||||
# Type of install, SENSOR, INDUSTRIAL or FULL?
|
# Type of install, SENSOR, INDUSTRIAL or FULL?
|
||||||
|
@ -161,7 +161,7 @@ EOF
|
||||||
fuECHO "### Pulling Updates."
|
fuECHO "### Pulling Updates."
|
||||||
apt-get update -y
|
apt-get update -y
|
||||||
fuECHO "### Installing Upgrades."
|
fuECHO "### Installing Upgrades."
|
||||||
apt-get dist-upgrade -y
|
apt-get upgrade -y
|
||||||
|
|
||||||
# Let's install docker
|
# Let's install docker
|
||||||
fuECHO "### Installing docker-engine."
|
fuECHO "### Installing docker-engine."
|
||||||
|
|
Loading…
Reference in a new issue