Merge pull request #39 from Jarli01/Danp2-node-fix
Remove extra lts node install
This commit is contained in:
commit
dd046b485b
|
@ -37,7 +37,6 @@ echo "$yarn_repo" | tee /etc/apt/sources.list.d/yarn.list
|
||||||
# Install n
|
# Install n
|
||||||
/usr/bin/curl -o $n_location $n_repo
|
/usr/bin/curl -o $n_location $n_repo
|
||||||
/bin/chmod +x $n_location
|
/bin/chmod +x $n_location
|
||||||
/usr/local/bin/n lts
|
|
||||||
|
|
||||||
# Symlink node directories
|
# Symlink node directories
|
||||||
ln -s /usr/bin/node /usr/local/bin/node
|
ln -s /usr/bin/node /usr/local/bin/node
|
||||||
|
|
Loading…
Reference in New Issue