From a327fed0ff5f52d26bf1e2beafba93a286063008 Mon Sep 17 00:00:00 2001 From: David Young Date: Mon, 16 Mar 2026 15:26:39 -0600 Subject: [PATCH] find packages --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 81d4b00..1543e54 100755 --- a/install.sh +++ b/install.sh @@ -20,7 +20,7 @@ EOF # Install packages helper install_packages() { - local conf_file="~/.local/share/HamPack/packages.conf" + local conf_file="$HOME/.local/share/HamPack/packages.conf" if [ ! -f "$conf_file" ]; then echo "Error: packages.conf not found at $conf_file"