From ff4505139c39b88c9165bfe46d064372e4616858 Mon Sep 17 00:00:00 2001 From: witzig Date: Thu, 18 May 2017 09:56:23 +0200 Subject: [PATCH] Updated install scripts. Now uses Node v7.x --- setup/install-centos7.sh | 3 +-- setup/install.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/setup/install-centos7.sh b/setup/install-centos7.sh index 9ec03089..ff38cd73 100755 --- a/setup/install-centos7.sh +++ b/setup/install-centos7.sh @@ -12,7 +12,7 @@ set -e yum -y install epel-release -curl --silent --location https://rpm.nodesource.com/setup_6.x | bash - +curl --silent --location https://rpm.nodesource.com/setup_7.x | bash - yum -y install mariadb-server nodejs ImageMagick git python redis pwgen bind-utils gcc-c++ make systemctl start mariadb @@ -225,4 +225,3 @@ systemctl start zone-mta.service systemctl start mailtrain.service echo "Success! Open http://$HOSTNAME/ and log in as admin:test"; - diff --git a/setup/install.sh b/setup/install.sh index 8feadcfb..ce94918f 100755 --- a/setup/install.sh +++ b/setup/install.sh @@ -12,7 +12,7 @@ set -e export DEBIAN_FRONTEND=noninteractive -curl -sL https://deb.nodesource.com/setup_6.x | bash - +curl -sL https://deb.nodesource.com/setup_7.x | bash - apt-get -q -y install mariadb-server pwgen nodejs imagemagick git ufw build-essential dnsutils python software-properties-common apt-add-repository -y ppa:chris-lea/redis-server