mirror of
https://github.com/Jarli01/xenorchestra_installer
synced 2026-07-17 20:11:21 +00:00
Removed version checks
Removed node -v and npm -v running them after n stable is only useful for the manual installation.
This commit is contained in:
@@ -5,8 +5,6 @@ sudo apt-get install --yes nodejs
|
|||||||
curl -o /usr/local/bin/n https://raw.githubusercontent.com/visionmedia/n/master/bin/n
|
curl -o /usr/local/bin/n https://raw.githubusercontent.com/visionmedia/n/master/bin/n
|
||||||
chmod +x /usr/local/bin/n
|
chmod +x /usr/local/bin/n
|
||||||
n stable
|
n stable
|
||||||
node -v
|
|
||||||
npm -v
|
|
||||||
sudo apt-get install --yes build-essential redis-server libpng12-dev git python-minimal
|
sudo apt-get install --yes build-essential redis-server libpng12-dev git python-minimal
|
||||||
git clone -b stable https://github.com/vatesfr/xo-server
|
git clone -b stable https://github.com/vatesfr/xo-server
|
||||||
git clone -b stable https://github.com/vatesfr/xo-web
|
git clone -b stable https://github.com/vatesfr/xo-web
|
||||||
|
|||||||
Reference in New Issue
Block a user