From f655a3c52d10ed236a00bcb9d45fc8d2d8584fb7 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 20 Jul 2025 20:03:12 +0200 Subject: [PATCH] Update auto_post_install.sh --- scripts/post_install/auto_post_install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/post_install/auto_post_install.sh b/scripts/post_install/auto_post_install.sh index 8a10bb8..ff876c2 100644 --- a/scripts/post_install/auto_post_install.sh +++ b/scripts/post_install/auto_post_install.sh @@ -1063,10 +1063,7 @@ setup_persistent_network() { local LINK_DIR="/etc/systemd/network" local BACKUP_DIR="/etc/systemd/network/backup-$(date +%Y%m%d-%H%M%S)" - if ! dialog --title "$(translate "Network Interface Setup")" \ - --yesno "$(translate "Create persistent network interface names?")" 8 60; then - return 1 - fi + msg_info "$(translate "Setting up persistent network interfaces")" sleep 2