Skip to content

Commit beac14b

Browse files
committed
Fix armv6 node install bug
1 parent 9614d9e commit beac14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.setup/gatewaysetup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if [[ "$NODEARCH" == "armv6l" ]] ; then
5353
sudo rm node-v4.6.2-linux-armv6l.tar.gz
5454
sudo rm -rf $NODEDIR
5555
mkdir -p $NODEDIR
56-
sudo mv node-v4.6.2-linux-armv6l $NODEDIR
56+
sudo mv node-v4.6.2-linux-armv6l/* $NODEDIR
5757
sudo rm -rf ~/tempnode;
5858
cd ~/
5959
# sudo unlink /usr/bin/node;

0 commit comments

Comments
 (0)