:-'Generic Commit'

This commit is contained in:
Your Name 2025-05-29 21:15:25 +12:00
parent 654337ef96
commit cca3fe5c53

View File

@ -108,7 +108,7 @@ function install_packages() {
HAVE_UPDATED=1 HAVE_UPDATED=1
fi fi
if ! ${SUDOCMD:-} "${INSTALLCMD}" "$pkg"; then if ! bash -c "${SUDOCMD:-} ${INSTALLCMD} $pkg"; then
print_error "Failed to install $pkg" print_error "Failed to install $pkg"
exit 1 exit 1
fi fi