Update menu-fdmr

This commit is contained in:
Esteban Mackay Q 2022-12-07 22:00:40 -05:00 committed by GitHub
parent 986b69f89e
commit 1014fbd206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -54,15 +54,3 @@ exit 0
EOF
######
chmod +x /bin/menu-fdmr
cat > /bin/data-id <<- "EOF"
#!/bin/bash
wget https://freedmr.cymru/talkgroups/talkgroup_ids_json.php -O /opt/FDMR-Monitor/data/talkgroup_ids.json
wget https://database.radioid.net/static/user.csv -O /opt/FDMR-Monitor/data/subscriber_ids.csv
wget https://database.radioid.net/static/rptrs.json -O /opt/FDMR-Monitor/data/peer_ids.json
wget https://freedmr.cymru/talkgroups/talkgroup_ids_json.php -O /opt/FreeDMR/talkgroup_ids.json
wget https://freedmr.cymru/talkgroups/users.json -O /opt/FreeDMR/subscriber_ids.csv
wget https://database.radioid.net/static/rptrs.json -O /opt/FreeDMR/peer_ids.json
EOF
#
chnod +x /bin/data-id
data-id