mirror of
https://github.com/buildplan/du_setup.git
synced 2025-12-29 16:14:59 +00:00
update message
This commit is contained in:
@@ -2899,6 +2899,7 @@ collect_config() {
|
|||||||
install_packages() {
|
install_packages() {
|
||||||
print_section "Package Installation"
|
print_section "Package Installation"
|
||||||
print_info "Updating package lists and upgrading system..."
|
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
|
if ! apt-get update -qq || ! DEBIAN_FRONTEND=noninteractive apt-get upgrade -y -qq; then
|
||||||
print_error "Failed to update or upgrade system packages."
|
print_error "Failed to update or upgrade system packages."
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user