Test commit for silencing buildah not found error

This commit is contained in:
2024-11-04 13:49:12 -05:00
parent 6aba702eb6
commit 8998a6d02e

View File

@@ -494,6 +494,7 @@ install_package() {
# Install packages if any need installation # Install packages if any need installation
echo "${PKG_INSTALL[*]} ${install_flags[*]} ${pkg_array[*]}" echo "${PKG_INSTALL[*]} ${install_flags[*]} ${pkg_array[*]}"
declare -p
if [[ ${#pkg_array[@]} -gt 0 ]]; then if [[ ${#pkg_array[@]} -gt 0 ]]; then
if ! "${PKG_INSTALL[@]}" "${install_flags[@]}" "${pkg_array[@]}"; then if ! "${PKG_INSTALL[@]}" "${install_flags[@]}" "${pkg_array[@]}"; then
((silent)) || err "Failed to install ${pkg_array[*]}" ((silent)) || err "Failed to install ${pkg_array[*]}"