find packages.conf

This commit is contained in:
David Young
2026-03-16 15:24:23 -06:00
parent b0d835311d
commit 5f53181440

View File

@@ -20,7 +20,7 @@ EOF
# Install packages helper # Install packages helper
install_packages() { install_packages() {
local conf_file="$(dirname "$0")/packages.conf" local conf_file="~/.local/share/HamPack/packages.conf"
if [ ! -f "$conf_file" ]; then if [ ! -f "$conf_file" ]; then
echo "Error: packages.conf not found at $conf_file" echo "Error: packages.conf not found at $conf_file"