mirror of
https://github.com/Jarli01/xenorchestra_installer
synced 2025-12-23 03:59:59 +00:00
Merge pull request #39 from Jarli01/Danp2-node-fix
Remove extra lts node install
This commit is contained in:
@@ -37,7 +37,6 @@ echo "$yarn_repo" | tee /etc/apt/sources.list.d/yarn.list
|
||||
# Install n
|
||||
/usr/bin/curl -o $n_location $n_repo
|
||||
/bin/chmod +x $n_location
|
||||
/usr/local/bin/n lts
|
||||
|
||||
# Symlink node directories
|
||||
ln -s /usr/bin/node /usr/local/bin/node
|
||||
|
||||
Reference in New Issue
Block a user