Skip to content

Commit

Permalink
Update hb-config
Browse files Browse the repository at this point in the history
  • Loading branch information
sspans committed Jul 24, 2020
1 parent 60c2572 commit 9c04ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage3_homebridge/01-homebridge/files/hb-config
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ do_nodejs_update() {
curl -Lsf "https://nodejs.org/dist/$LTS/node-$LTS-linux-arm64.tar.xz" | \
sudo tar xf - -C /usr/local --strip-components=1 --no-same-owner
;;
*)
armhf)
curl -Lsf "https://unofficial-builds.nodejs.org/download/release/$LTS/node-$LTS-linux-armv6l.tar.gz" | \
sudo tar xf - -C /usr/local --strip-components=1 --no-same-owner
;;
Expand Down

0 comments on commit 9c04ab4

Please sign in to comment.