kopia lustrzana https://github.com/km4ack/pi-build
commit
ffe5f5f7c8
|
@ -17,7 +17,8 @@ version=3.0.4
|
|||
update pat winlink check
|
||||
update pat winlink install
|
||||
backup/restore pat config file if it exist
|
||||
fix grid tracker download
|
||||
fix grid tracker download (Thanks KN4QLH for finding the bug!)
|
||||
fix pat install (Thanks KD7UM for finding the bug!)
|
||||
|
||||
3.0.3 Add GPS by-id to allow for different GPS units to be used (Thanks pleasantone for suggestion) https://github.com/km4ack/pi-build/issues/40
|
||||
Change conky auto start. Fix https://github.com/km4ack/pi-build/issues/83
|
||||
|
|
2
update
2
update
|
@ -204,7 +204,7 @@ fi
|
|||
#----------------------------------------------------#
|
||||
# M0IAX
|
||||
#----------------------------------------------------#
|
||||
if [ -f $HOME/bin/JS8CallUtils_v2.py ]; then
|
||||
if [ -f /usr/local/bin/JS8CallUtils_v2 ]; then
|
||||
M0IAX=Installed
|
||||
else
|
||||
M0IAX="Not Installed"
|
||||
|
|
Ładowanie…
Reference in New Issue