From 500ef03aae2a1cd1b4ef14891af59b2ed075a0e5 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Sun, 26 Feb 2017 08:48:52 +0200 Subject: [PATCH] Update install.sh --- setup/install.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/setup/install.sh b/setup/install.sh index 48d8ee39..a1425cea 100755 --- a/setup/install.sh +++ b/setup/install.sh @@ -12,10 +12,12 @@ set -e export DEBIAN_FRONTEND=noninteractive -apt-add-repository -y ppa:chris-lea/redis-server - curl -sL https://deb.nodesource.com/setup_6.x | bash - -apt-get -q -y install mariadb-server pwgen redis-server nodejs git ufw build-essential dnsutils python +apt-get -q -y install mariadb-server pwgen nodejs git ufw build-essential dnsutils python software-properties-common + +apt-add-repository -y ppa:chris-lea/redis-server +apt-get -q -y install redis-server + apt-get clean PUBLIC_IP=`curl -s https://api.ipify.org`