From 3bce3139d83e4f9af4fbb8ae191bb55076f298ed Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 13 Mar 2021 17:31:08 -0500 Subject: [PATCH] FIX actually tell bootstrap script where the custom packages are --- run_once_after_install-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_once_after_install-packages.sh b/run_once_after_install-packages.sh index 1234c9e..b0f99d3 100644 --- a/run_once_after_install-packages.sh +++ b/run_once_after_install-packages.sh @@ -4,7 +4,7 @@ ## Configuration is assumed to be handled elsewhere (for now) eg in etckeeper ## or with ansible -sudo "$HOME/.bin/bootstrap_pkgs" +sudo "$HOME/.bin/bootstrap_pkgs $HOME/.local/share/packages" # PKGBUILD_dir="$HOME/.local/share/packages"