summaryrefslogtreecommitdiff
path: root/modules/20-zsh/install.sh
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2022-12-07 13:59:27 -0500
committerGalen Guyer <galen@galenguyer.com>2022-12-07 13:59:27 -0500
commitcd61c699d650ddf6524183d99b53da26868187c0 (patch)
tree577f9935435e22bc0a2667ada1507abc295061c4 /modules/20-zsh/install.sh
parent0bb1e90c8b2461040449d81aa114f29f6621ef7c (diff)
Update zshrc
Diffstat (limited to 'modules/20-zsh/install.sh')
-rw-r--r--modules/20-zsh/install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/20-zsh/install.sh b/modules/20-zsh/install.sh
index 7d76729..f0e9960 100644
--- a/modules/20-zsh/install.sh
+++ b/modules/20-zsh/install.sh
@@ -8,6 +8,9 @@ function preinstall() {
if ! [[ -x "$(command -v zsh)" ]]; then
PACKAGES+=("zsh")
fi
+ if ! [[ -x "$(command -v pkgfile)" ]]; then
+ PACKAGES+=("pkgfile")
+ fi
}
function install() {