From aea54d74864cfa91b3099529316fae83eed5a1a9 Mon Sep 17 00:00:00 2001 From: Christian S Date: Fri, 24 May 2019 08:36:37 +0200 Subject: [PATCH] Fix Debian 9 prerequisite instructions (#144) - npm is only available via stretch-backports - new npm depends on a newer version of nodejs from stretch-backports - Symlinking nodejs to node is not required anymore --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0289e70..8448ab7 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,12 @@ Administrate its OpenVPN with a web interface (logs visualisations, users managi ### Debian 9 Stretch +In order to install `npm`, [stretch-backports need to be added to your sources.list](https://backports.debian.org/Instructions/#index2h2). + ```` -# apt-get install openvpn apache2 php-mysql mysql-server php-zip php nodejs unzip git wget sed npm curl +# apt-get install -t stretch-backports npm nodejs +# apt-get install openvpn apache2 php-mysql mysql-server php-zip php unzip git wget sed curl # npm install -g bower -# ln -s /usr/bin/nodejs /usr/bin/node ```` ### CentOS 7