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