mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update selfservice-update.sh
This commit is contained in:
parent
9727b51e25
commit
d1aedd4ca1
|
|
@ -142,9 +142,9 @@ sh /opt/FDMR-Monitor/install.sh
|
|||
#
|
||||
sudo cat > /bin/data-id <<- "EOF"
|
||||
#!/bin/bash
|
||||
wget /opt/FDMR-Monitor/data/talkgroup_ids.json https://freedmr.cymru/talkgroups/talkgroup_ids_json.php -O
|
||||
wget /opt/FDMR-Monitor/data/subscriber_ids.csv https://database.radioid.net/static/user.csv -O
|
||||
wget /opt/FDMR-Monitor/data/peer_ids.json https://database.radioid.net/static/rptrs.json -O
|
||||
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
|
||||
EOF
|
||||
chmod +x /bin/data-id
|
||||
data-id
|
||||
|
|
|
|||
Loading…
Reference in New Issue