mirror of
https://github.com/Jarli01/xenorchestra_installer.git
synced 2024-11-23 12:30:45 +01:00
Update xo_install.sh
This commit is contained in:
parent
7678f9a900
commit
cf0b49fc07
@ -4,7 +4,8 @@ cd /opt
|
||||
curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
|
||||
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
|
||||
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
|
||||
sudo apt-get install --yes nodejs
|
||||
sudo apt-get update
|
||||
sudo apt-get install --yes nodejs yarn
|
||||
curl -o /usr/local/bin/n https://raw.githubusercontent.com/visionmedia/n/master/bin/n
|
||||
sudo chmod +x /usr/local/bin/n
|
||||
sudo n stable
|
||||
|
Loading…
Reference in New Issue
Block a user