setup update complete

This commit is contained in:
2026-09-21 06:48:49 -06:00
parent b67a76d0da
commit 7b2b01e022
38 changed files with 1376 additions and 848 deletions
+7
View File
@@ -0,0 +1,7 @@
#####################################################################
setup.packages.installer.generic.install-managed() {
local target="${1}"
command -v "${target}" &>/dev/null \
|| echo.error "could not find '${target}'; it's up to you to install this one!"
}