If you want to add our Database BETA to your Pi-Star, just follow this howto.
SSH into your pi-star image thru webinterface or putty f.e.
Execute the following commands in a ssh session with your Pi-Star.
rpi-rw
sudo nano /usr/local/sbin/HostFilesUpdate.sh
Find the line:
curl --fail -o ${DMRIDFILE} -s http://www.pistar.uk/downloads/DMRIds.dat
and place a # in front of it
#curl --fail -o ${DMRIDFILE} -s http://www.pistar.uk/downloads/DMRIds.dat
add the following line under it
curl --fail -o ${DMRIDFILE} -s https://raw.githubusercontent.com/DMR-Database/database-beta/master/DMRIds.dat
it should looke like this now:
#curl --fail -o ${DMRIDFILE} -s http://www.pistar.uk/downloads/DMRIds.dat
curl --fail -o ${DMRIDFILE} -s https://raw.githubusercontent.com/DMR-Database/database-beta/master/DMRIds.dat
Then press ctrl-x to exit, confirm with y to save and press enter to use the chosen filename.
Then execute sudo pistar-update or sudo HostFilesUpdate.sh and enjoy all callsigns on the display and webinterface.
We hope that Pi-Star will add this in the future.