From ba5bf945716dae4897706fea423485aef9d2b016 Mon Sep 17 00:00:00 2001 From: hooksie1 Date: Thu, 3 Aug 2017 20:24:38 -0400 Subject: [PATCH] Wasn't paying attention. Need it in both places. --- xo_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/xo_install.sh b/xo_install.sh index fcd7b61..250c6ba 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -36,6 +36,7 @@ cd $xo_server_dir 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 +/usr/bin/yarn install --force if [[ ! -e $systemd_service_dir/$xo_service ]] ; then