mirror of
https://github.com/Jarli01/xenorchestra_installer
synced 2026-07-17 20:11:21 +00:00
Add full path for yarn
This commit is contained in:
@@ -36,7 +36,7 @@ sudo /usr/bin/npm install && /usr/bin/npm run build
|
|||||||
sudo cp sample.config.yaml .xo-server.yaml
|
sudo cp sample.config.yaml .xo-server.yaml
|
||||||
sudo sed -i "s|#'/': '/path/to/xo-web/dist/'|'/': '/opt/xo-web/dist'|" .xo-server.yaml
|
sudo sed -i "s|#'/': '/path/to/xo-web/dist/'|'/': '/opt/xo-web/dist'|" .xo-server.yaml
|
||||||
cd $xo_web_dir
|
cd $xo_web_dir
|
||||||
yarn install --force
|
/usr/bin/yarn install --force
|
||||||
|
|
||||||
if [[ ! -e $xo_systemd_service ]] ; then
|
if [[ ! -e $xo_systemd_service ]] ; then
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user