Files
dotwryn/setup/packages/installer.generic.zsh
T
2026-09-21 06:48:49 -06:00

8 lines
267 B
Bash

#####################################################################
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!"
}