From e200b6bf0c8081c9561257a2e9902cd280a22e71 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Mon, 12 Feb 2018 15:18:45 -0500 Subject: [PATCH] remove npm install because it takes 100+ seconds --- scripts/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update.sh b/scripts/update.sh index 03a43e0..a866bc5 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 && npm install + cd /home/pi/intval3 && git pull EOF \ No newline at end of file