FIX actually tell bootstrap script where the custom packages are
This commit is contained in:
parent
d34b10e161
commit
3bce3139d8
|
@ -4,7 +4,7 @@
|
||||||
## Configuration is assumed to be handled elsewhere (for now) eg in etckeeper
|
## Configuration is assumed to be handled elsewhere (for now) eg in etckeeper
|
||||||
## or with ansible
|
## or with ansible
|
||||||
|
|
||||||
sudo "$HOME/.bin/bootstrap_pkgs"
|
sudo "$HOME/.bin/bootstrap_pkgs $HOME/.local/share/packages"
|
||||||
|
|
||||||
# PKGBUILD_dir="$HOME/.local/share/packages"
|
# PKGBUILD_dir="$HOME/.local/share/packages"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue