fix install script

This commit is contained in:
Andris Reinman 2017-10-22 15:43:19 +03:00
parent 4169f76c1f
commit 518b68dac4

View file

@ -39,6 +39,8 @@ apt-get update
apt-get -q -y install mongodb-org pwgen nodejs git ufw build-essential libssl-dev dnsutils python software-properties-common nginx
systemctl enable mongod.service
# redis
apt-add-repository -y ppa:chris-lea/redis-server
apt-get update