Store some ATV stuff (rom/pd/rgc/pogo/magisk version and subset of PD and RGC settings) to database on daily basis.
- clone this:
git clone https://github.com/dkmur/ATVdetails.git
- create table:
mysql database < create_table.sql
- copy config:
cp config.ini.example config.ini
and fill out details - execute:
./update
and/or add it to crontab to run daily
Note: update script will delete everything in MAD update_log.json, also make sure no other job is running at the time