intval3/scripts/update.sh

5 lines
98 B
Bash
Raw Permalink Normal View History

#!/bin/bash
sudo -u pi -i<< EOF
2019-10-16 14:58:46 +00:00
cd /home/pi/intval3 && git reset --hard && git pull && npm i
2018-01-12 22:48:26 +00:00
EOF