aboutsummaryrefslogtreecommitdiff
path: root/src/cpt-install
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpt-install')
-rwxr-xr-xsrc/cpt-install2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpt-install b/src/cpt-install
index e886ad4..d971974 100755
--- a/src/cpt-install
+++ b/src/cpt-install
@@ -31,6 +31,8 @@ done
pkg_order "$@"
+create_cache
+
# shellcheck disable=2154
for pkg in $order; do pkg_install "$pkg"; done