mirror of https://github.com/DJ2LS/FreeDATA.git
Add comment that this script will also update FreeDATA
parent
67c169a2f6
commit
a0ebb3a9c6
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# Simple script to install FreeDATA in Linux
|
||||
# Dj Merrill - N1JOV
|
||||
# Simple script to install and also update FreeDATA in Linux
|
||||
# To update FreeDATA, simply re-run the script in the same location
|
||||
#
|
||||
# Please note this script is not meant to cover all possible installations
|
||||
# but hopefully can be used as a guide if you are installing on other
|
||||
|
|
@ -40,8 +40,13 @@
|
|||
# FreeDATA config file is stored in $HOME/.config/FreeDATA/config.ini
|
||||
# See the run-freedata-linux.sh for more details
|
||||
#
|
||||
# Dj Merrill - N1JOV
|
||||
#
|
||||
#
|
||||
# Changelog:
|
||||
# 2.7: 14 Sep 2025 (deej)
|
||||
# Add comment that this script will also update FreeDATA
|
||||
#
|
||||
# 2.6: 02 May 2025 (deej)
|
||||
# Allow any Hamlib released version as a second command line argument.
|
||||
# Note this requires specifying the FreeDATA branch as the
|
||||
|
|
|
|||
Loading…
Reference in New Issue