mirror of
https://github.com/Jarli01/xenorchestra_installer.git
synced 2024-11-27 02:52:27 +01:00
fixing sed
This commit is contained in:
parent
1f7a9b52ea
commit
00da1fdb4d
@ -13,7 +13,7 @@ git clone -b stable https://github.com/vatesfr/xo-web
|
||||
cd xo-server
|
||||
sudo npm install && npm run build
|
||||
cp sample.config.yaml .xo-server.yaml
|
||||
sed /mounts/a\\" '/': '/opt/xo-web/dist'" .xo-server.yaml
|
||||
sed -i /mounts/a\\" '/': '/opt/xo-web/dist'" .xo-server.yaml
|
||||
cd /opt/xo-web
|
||||
sudo npm i lodash.trim@3.0.1
|
||||
sudo npm install
|
||||
|
Loading…
Reference in New Issue
Block a user