mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
Added curl to dependencies
This commit is contained in:
parent
d81f4da035
commit
3af4e0300a
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
# T-Pot Community Edition post install script #
|
# T-Pot Community Edition post install script #
|
||||||
# Ubuntu server 14.04, x64 #
|
# Ubuntu server 14.04, x64 #
|
||||||
# #
|
# #
|
||||||
# v0.40 by mo, DTAG, 2015-01-28 #
|
# v0.41 by mo, DTAG, 2015-02-05 #
|
||||||
########################################################
|
########################################################
|
||||||
|
|
||||||
# Let's make sure there is a warning if running for a second time
|
# Let's make sure there is a warning if running for a second time
|
||||||
|
@ -44,7 +44,7 @@ apt-get dist-upgrade -y
|
||||||
|
|
||||||
# Let's install all the packages we need
|
# Let's install all the packages we need
|
||||||
fuECHO "### Installing packages."
|
fuECHO "### Installing packages."
|
||||||
apt-get install ethtool git ntp libpam-google-authenticator lxc-docker-1.4.1 vim -y
|
apt-get install curl ethtool git ntp libpam-google-authenticator lxc-docker-1.4.1 vim -y
|
||||||
|
|
||||||
# Let's add a new user
|
# Let's add a new user
|
||||||
fuECHO "### Adding new user."
|
fuECHO "### Adding new user."
|
||||||
|
|
Loading…
Reference in a new issue