From 1bff5cac7ac3498dcb892eb4c4a72c7cb4cf6a9f Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Wed, 10 Aug 2016 11:26:53 +0100 Subject: [PATCH] added secure notes --- scripts/pi_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pi_install.sh b/scripts/pi_install.sh index a90a099..156cf11 100644 --- a/scripts/pi_install.sh +++ b/scripts/pi_install.sh @@ -123,6 +123,6 @@ fi if [[ $UPDATE = "YES" ]]; then fancy_echo "${YELLOW}Installing Node Global Packages...${RESET}" - npm install -g gulp bower pm2@latest npm-check npm-install-missing ember-cli phantomjs-prebuilt + npm install -g gulp bower pm2@latest npm-check npm-install-missing pm2 update fi