From fb71d49a5696f7e4753d8f205c8a27bfaf2253a8 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Tue, 29 Nov 2016 18:03:49 +0100 Subject: [PATCH] fix proxy issue with wetty install fixes #63 --- installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install.sh b/installer/install.sh index 995d9ba9..9ee0cc20 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -272,7 +272,7 @@ pip install --upgrade pip pip install alerta fuECHO "### Installing wetty." ln -s /usr/bin/nodejs /usr/bin/node -npm install git://github.com/t3chn0m4g3/wetty -g +npm install https://github.com/t3chn0m4g3/wetty -g # Let's add the docker repository fuECHO "### Adding the docker repository."