OpenSprinkler › Forums › OpenSprinkler Mobile and Web App › Mobile Web App with Screenshots (Updated) › Re: Re: Mobile Web App with Screenshots (Updated)
July 30, 2013 at 6:08 pm
#24241
Zapp
Participant
@virtus wrote:
I haven’t kept up with the last 20 pages of updates, but it looks like there’s been a lot of great development and a lot of updates. Is there a way to add an update button to the app so we don’t have to SSH into the RPi every day? Great work, btw!
Put something like this in the crontab and it will take care of the updates
0 * * * * cd /OpenSprinklerPi/webapp; git pull
/Jonas….