Skip to content

Commit

Permalink
Update install-node-v.lts.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sdesalas authored Apr 19, 2020
1 parent e1c429c commit dd29754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-node-v.lts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ LTS_VERSION=$(echo $NODE_VERSION |

# Creates directory for downloads, and downloads node
cd ~/ && mkdir temp && cd temp;
wget https://nodejs.org/download/release/latest-$LTS_VERSION/node-$VERSION-linux-$PI_ARM_VERSION.tar.gz;
wget https://nodejs.org/dist/latest-$LTS_VERSION/node-$VERSION-linux-$PI_ARM_VERSION.tar.gz;
tar -xzf node-$VERSION-linux-$PI_ARM_VERSION.tar.gz;

# Remove the tar after extracing it.
Expand Down

0 comments on commit dd29754

Please sign in to comment.