Add script to update package manager defs and packages

This commit is contained in:
2025-01-26 21:46:58 -06:00
parent 554a371a6d
commit f7dc1be911
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}