Updated install scripts. Now uses Node v7.x
This commit is contained in:
parent
c2ee0f1e7b
commit
ff4505139c
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue