From 55046d855be660ca527b8b3034cea1e62a947e03 Mon Sep 17 00:00:00 2001 From: Johannes Schickling Date: Sun, 23 Nov 2014 17:56:53 +0100 Subject: [PATCH] remove local --- nodejs/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/install.sh b/nodejs/install.sh index 01a1eac..7ee4e8e 100644 --- a/nodejs/install.sh +++ b/nodejs/install.sh @@ -7,7 +7,7 @@ set -e apt-get update && apt-get install -y nodejs npm # alias as node -ln -sf /usr/local/bin/nodejs /usr/local/bin/node +ln -sf /usr/bin/nodejs /usr/bin/node # cleanup package manager apt-get autoclean && apt-get clean