Add script to update package manager defs and packages

This commit is contained in:
david
2025-04-04 16:55:39 -05:00
parent e8404ac44d
commit 3c1ac59cf9
5 changed files with 32 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/zsh
[[ -n "$BOX_SETUP_UPDATE_PKG_MANAGER_AND_DEFS_CMD" ]] &&
${=BOX_SETUP_UPDATE_PKG_MANAGER_AND_DEFS_CMD}
[[ -n "$BOX_SETUP_UPDATE_PKGS_CMD" ]] &&
${=BOX_SETUP_UPDATE_PKGS_CMD}