From 0d7b91791b15147e3a2505ac87509d592cc57702 Mon Sep 17 00:00:00 2001 From: Danp2 Date: Mon, 3 Jul 2017 13:30:50 -0500 Subject: [PATCH] Remove custom lodash package requirement --- xo_install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/xo_install.sh b/xo_install.sh index dcbc442..59bafb9 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -17,7 +17,6 @@ sudo npm install && npm run build sudo cp sample.config.yaml .xo-server.yaml sudo sed -i /mounts/a\\" '/': '/opt/xo-web/dist'" .xo-server.yaml cd /opt/xo-web -sudo npm i lodash.trim@3.0.1 yarn install --force cat > /etc/systemd/system/xo-server.service <