From aa4650d54f8b3e6cce0e98a82b5eddeaac3775e0 Mon Sep 17 00:00:00 2001 From: John Hooks Date: Wed, 2 Aug 2017 22:05:18 -0400 Subject: [PATCH] Add full path for yarn --- xo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo_install.sh b/xo_install.sh index a54261d..51a8d18 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -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