This commit is contained in:
Nick Brassel 2025-05-13 10:02:19 +10:00
parent 454767e758
commit c80de06b66
No known key found for this signature in database

View File

@ -248,7 +248,7 @@ __EOT__
print_package_manager_deps_and_delay print_package_manager_deps_and_delay
$(nsudo) apt-get update $(nsudo) apt-get update
DEBIAN_FRONTEND=noninteractive \ DEBIAN_FRONTEND=noninteractive \
$(nsudo) apt-get --quiet --yes $(get_package_manager_deps) $(nsudo) apt-get --quiet --yes install $(get_package_manager_deps)
;; ;;
*fedora*) *fedora*)
echo "It will also install the following system packages using 'dnf':" >&2 echo "It will also install the following system packages using 'dnf':" >&2