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