update message

This commit is contained in:
buildplan 2025-11-27 22:18:17 +00:00
parent 428f6fa9d5
commit df67befa0c

View File

@ -2899,6 +2899,7 @@ collect_config() {
install_packages() {
print_section "Package Installation"
print_info "Updating package lists and upgrading system..."
print_info "This may take a moment. Please wait..."
if ! apt-get update -qq || ! DEBIAN_FRONTEND=noninteractive apt-get upgrade -y -qq; then
print_error "Failed to update or upgrade system packages."
exit 1