From de3047ed64cba966c63451aec4fb795557408e90 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Mon, 11 Dec 2017 14:00:38 +0100 Subject: [PATCH] Use proper NodeJS distro for CrisisCleanup and GNU Health --- crisiscleanup.sh | 2 +- gnuhealth.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crisiscleanup.sh b/crisiscleanup.sh index 3b956aa..b78b0ed 100755 --- a/crisiscleanup.sh +++ b/crisiscleanup.sh @@ -5,7 +5,7 @@ SOURCE_DIR=$(realpath $(dirname "${0}"))/crisiscleanup # Add NodeJS + Yarn repositories wget https://deb.nodesource.com/gpgkey/nodesource.gpg.key -O - | apt-key add - wget https://dl.yarnpkg.com/debian/pubkey.gpg -O - | apt-key add - -echo 'deb https://deb.nodesource.com/node_8.x xenial main' > /etc/apt/sources.list.d/nodejs.list +echo 'deb https://deb.nodesource.com/node_8.x stretch main' > /etc/apt/sources.list.d/nodejs.list echo 'deb https://dl.yarnpkg.com/debian/ stable main' > /etc/apt/sources.list.d/yarn.list apt-get -y update diff --git a/gnuhealth.sh b/gnuhealth.sh index 35b80a0..6dd6d41 100755 --- a/gnuhealth.sh +++ b/gnuhealth.sh @@ -7,7 +7,7 @@ apt-get -y --no-install-recommends install python3 python3-virtualenv virtualenv # Add NodeJS repository for Sao (Tryton web client) wget https://deb.nodesource.com/gpgkey/nodesource.gpg.key -O - | apt-key add - -echo 'deb https://deb.nodesource.com/node_8.x xenial main' > /etc/apt/sources.list.d/nodejs.list +echo 'deb https://deb.nodesource.com/node_8.x stretch main' > /etc/apt/sources.list.d/nodejs.list apt-get -y update # Install dependencies for Sao (Tryton web client)