find packages

This commit is contained in:
David Young
2026-03-16 15:26:39 -06:00
parent 5f53181440
commit a327fed0ff

View File

@@ -20,7 +20,7 @@ EOF
# Install packages helper # Install packages helper
install_packages() { install_packages() {
local conf_file="~/.local/share/HamPack/packages.conf" local conf_file="$HOME/.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"