mirror of
https://github.com/ShaYmez/MMDVM_CM.git
synced 2024-11-05 15:41:17 -05:00
9 lines
299 B
Bash
9 lines
299 B
Bash
|
wget -O /tmp/group.txt http://master.brandmeister.es/status/status.php
|
||
|
wget -O /tmp/data.json http://api.brandmeister.network/v1.0/groups/
|
||
|
/usr/bin/python /usr/local/bin/tg_generate.py
|
||
|
mount -o remount,rw /
|
||
|
rm /usr/local/etc/TGList.txt
|
||
|
mv /tmp/TGList.txt /usr/local/etc
|
||
|
mount -o remount,ro /
|
||
|
exit 0
|