Hi Guys,
I thought I could share my scripts to update TVH with you and have uploaded them to GitHub.
1. tvhbuild.sh is a script which checks if your git clone is up to date if not it will build TVH and write the latest version into a file called latest.txt
2. tvhupdater.sh will check the latest file against your currently installed version and update if outdated
These scripts are on of my very first bash scripts and might look a bit messy but they work fine so far
Any feedback would be appreciated
Git repo is https://github.com/nbittmann/tvhupdater
Please open the .sh file to set your paths to meet your environment
I'm currently running the build script via cronjob every night and can then update as I want but you should be able to run the updater via cron as well.
Thanks