mirror of
https://github.com/Jarli01/xenorchestra_installer.git
synced 2024-12-03 15:31:04 +01:00
Merge branch 'master' into variables
This commit is contained in:
commit
3cb4092b28
@ -15,6 +15,7 @@ xo_service="xo-server.service"
|
|||||||
|
|
||||||
#Install node and yarn
|
#Install node and yarn
|
||||||
cd /opt
|
cd /opt
|
||||||
|
|
||||||
/usr/bin/curl -sL $node_source | sudo -E bash -
|
/usr/bin/curl -sL $node_source | sudo -E bash -
|
||||||
/usr/bin/curl -sS $yarn_gpg | sudo apt-key add -
|
/usr/bin/curl -sS $yarn_gpg | sudo apt-key add -
|
||||||
echo "$yarn_repo" | sudo tee /etc/apt/sources.list.d/yarn.list
|
echo "$yarn_repo" | sudo tee /etc/apt/sources.list.d/yarn.list
|
||||||
|
Loading…
Reference in New Issue
Block a user