initial work

This commit is contained in:
David Young
2026-04-09 13:42:42 -06:00
parent e7fb83438c
commit 3aeee58730
6 changed files with 91 additions and 116 deletions

View File

@@ -2,9 +2,9 @@
#
# Purpose : Compile and install applications from compile.conf
CONF_FILE="$HOME/.local/share/HamPack/compile.conf"
CONF_FILE="$HOME/.local/share/HamPackServer/compile.conf"
TMP_DIR="/tmp/hampack-build"
VERSION_FILE="$HOME/.local/state/HamPack/.installed_versions"
VERSION_FILE="$HOME/.local/state/HamPackServer/.installed_versions"
# Get the installed version of an app
get_installed_version() {