From 2723604d3e841cf8097ca86eb9f2e5fba123a1ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= Date: Thu, 25 Jul 2019 23:43:03 -0400 Subject: [PATCH] installer: Remove comment lines added in PR #1715 --- installers/raspberry.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/installers/raspberry.sh b/installers/raspberry.sh index 2a1b975b..b7a08d22 100644 --- a/installers/raspberry.sh +++ b/installers/raspberry.sh @@ -130,13 +130,6 @@ if $NPM_INSTALL; then echo -e "\e[96mInstalling npm ...\e[90m" - # Fetch the latest version of npm from the selected branch - # The NODE_STABLE_BRANCH variable will need to be manually adjusted when a new branch is released. (e.g. 7.x) - # Only tested (stable) versions are recommended as newer versions could break MagicMirror. - - #NODE_STABLE_BRANCH="9.x" - #curl -sL https://deb.nodesource.com/setup_$NODE_STABLE_BRANCH | sudo -E bash - - # sudo apt-get install -y npm echo -e "\e[92mnpm installation Done!\e[0m" fi