mirror of
https://github.com/buildplan/du_setup.git
synced 2025-12-17 09:45:26 +00:00
update message
This commit is contained in:
parent
428f6fa9d5
commit
df67befa0c
@ -3,7 +3,7 @@
|
|||||||
# Debian and Ubuntu Server Hardening Interactive Script
|
# Debian and Ubuntu Server Hardening Interactive Script
|
||||||
# Version: 0.78.4 | 2025-11-27
|
# Version: 0.78.4 | 2025-11-27
|
||||||
# Changelog:
|
# Changelog:
|
||||||
# - v0.78.4: Improved configure_swap to detect swap partitions vs files.
|
# - v0.78.4: Improved configure_swap to detect swap partitions vs files.
|
||||||
# Prevents 'fallocate' crashes on physical partitions by offering to disable them or skip.
|
# Prevents 'fallocate' crashes on physical partitions by offering to disable them or skip.
|
||||||
# - v0.78.3: Update the summary to try to show the right environment detection based on finding personal VMs and cloud VPS.
|
# - v0.78.3: Update the summary to try to show the right environment detection based on finding personal VMs and cloud VPS.
|
||||||
# Run update & upgrade in the final step to ensure system is fully updated after restart.
|
# Run update & upgrade in the final step to ensure system is fully updated after restart.
|
||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user