Skip to content

Commit

Permalink
Update nodejs-apps.sh
Browse files Browse the repository at this point in the history
Removed nodejs_setup from nodered_setup() as line 41 installs ARMv7 or ARMv6 depending on your ARM version
  • Loading branch information
M-Wahren authored and Thomas Dietrich committed Dec 17, 2017
1 parent 06c4cde commit b6f6736
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions/nodejs-apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ frontail_setup() {
}

nodered_setup() {
nodejs_setup
echo -n "$(timestamp) [openHABian] Installing Node-RED... "
FAILED=0
cond_redirect wget -O /tmp/update-nodejs-and-nodered.sh https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered || FAILED=1
Expand Down

0 comments on commit b6f6736

Please sign in to comment.