Update install.sh
This commit is contained in:
parent
b4964dc81e
commit
f199171a71
|
|
@ -247,6 +247,8 @@ sudo sed -i 's/INFO/DEBUG/' /opt/FreeDMR/config/FreeDMR.cfg
|
|||
sudo sed -i 's/freedmr.log/\/var\/log\/FreeDMR\/FreeDMR.log/' /opt/FreeDMR/config/FreeDMR.cfg
|
||||
sudo sed -i 's/ANNOUNCEMENT_LANGUAGE: en_GB/ANNOUNCEMENT_LANGUAGE: es_ES/' /opt/FreeDMR/config/FreeDMR.cfg
|
||||
sudo sed -i 's/VOICE_IDENT: True/VOICE_IDENT: False/' /opt/FreeDMR/config/FreeDMR.cfg
|
||||
sudo sed -i "s/TGID_URL:/#TGID_URL:/g" /opt/FreeDMR/config/FreeDMR.cfg
|
||||
sed '38 a TGID_URL: https://freedmr.cymru/talkgroups/talkgroup_ids_json.php' -i /opt/FreeDMR/config/FreeDMR.cfg
|
||||
|
||||
rm /opt/FreeDMR/conf.txt
|
||||
cd /opt/FreeDMR/
|
||||
|
|
@ -254,7 +256,7 @@ mv loro.cfg /opt/FreeDMR/playback.cfg
|
|||
sudo sed -i 's/54915/49061/' /opt/FreeDMR/playback.cfg
|
||||
#
|
||||
sed '14 a VALIDATE_SERVER_IDS: True' -i /opt/FreeDMR/config/FreeDMR.cfg
|
||||
sed '104 a override_ident_tg:' -i /opt/FreeDMR/config/FreeDMR.cfg
|
||||
sed '105 a override_ident_tg:' -i /opt/FreeDMR/config/FreeDMR.cfg
|
||||
|
||||
#
|
||||
sudo cat > /lib/systemd/system/proxy.service <<- "EOF"
|
||||
|
|
|
|||
Loading…
Reference in New Issue