intval3/scripts/update.sh

5 lines
98 B
Bash

#!/bin/bash
sudo -u pi -i<< EOF
cd /home/pi/intval3 && git reset --hard && git pull && npm i
EOF