From c8991324c4c215a6c5725a728a119fa5d397737c Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Mon, 12 Feb 2018 14:26:27 -0500 Subject: [PATCH] Add npm install to update script --- scripts/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update.sh b/scripts/update.sh index a866bc5..03a43e0 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -1,5 +1,5 @@ #!/bin/bash sudo -u pi -i<< EOF - cd /home/pi/intval3 && git pull + cd /home/pi/intval3 && git pull && npm install EOF \ No newline at end of file