find packages.conf
This commit is contained in:
@@ -20,7 +20,7 @@ EOF
|
||||
|
||||
# Install packages helper
|
||||
install_packages() {
|
||||
local conf_file="$(dirname "$0")/packages.conf"
|
||||
local conf_file="~/.local/share/HamPack/packages.conf"
|
||||
|
||||
if [ ! -f "$conf_file" ]; then
|
||||
echo "Error: packages.conf not found at $conf_file"
|
||||
|
||||
Reference in New Issue
Block a user