This website requires JavaScript.
Explore
Help
Sign In
16mm
/
intval3
Watch
1
Star
0
Fork
You've already forked intval3
0
Code
Issues
1
Pull Requests
9
Projects
Releases
Wiki
Activity
bdee0c1431
intval3
/
scripts
/
update.sh
5 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
Create an update script and add an update command to the main process.
2018-01-11 20:50:36 +00:00
#!/bin/bash
sudo -u pi -i<< EOF
re-write progress, changing platforms
2019-10-16 14:58:46 +00:00
cd
/home/pi/intval3
&&
git reset --hard
&&
git pull
&&
npm i
Simply exit process to restart.
2018-01-12 22:48:26 +00:00
EOF