Merge pull request #1741 from roramirez/remove-comment-bash-lines

installer: Remove comment lines added in PR #1715
This commit is contained in:
Michael Teeuw 2019-08-03 18:44:58 +02:00 committed by GitHub
commit 3d5db5c9ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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