km4ack / 73Linux

72 stars 17 forks source link

LINBPQ does not install #47

Closed arvdsar closed 3 months ago

arvdsar commented 7 months ago

LinBPQ doesn't install. There is a reference in the BPQ.bapp file referring to: source ${HOME}/pi-build/config || return

roccoq commented 7 months ago

BPQ sources a legacy config file from build-a-pi to get your call sign. Replace the line that sources the file with this: CALL=$(ls $HOME/73Linux/MYCALL.* | awk -F. '{print $2}')