From 12a10afa0f5940adea17aa15c896aa1316f75c14 Mon Sep 17 00:00:00 2001 From: yimiaoxiehou Date: Wed, 19 Nov 2025 12:01:56 +0800 Subject: [PATCH] add apt install resolvconf for fix resolvconf missing make wt0 interface always recreate --- release_files/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_files/install.sh b/release_files/install.sh index 6a2c5f45876..eb3ee4db367 100755 --- a/release_files/install.sh +++ b/release_files/install.sh @@ -223,7 +223,7 @@ install_netbird() { case "$PACKAGE_MANAGER" in apt) add_apt_repo - ${SUDO} apt-get install netbird -y + ${SUDO} apt-get install resolvconf netbird -y if ! $SKIP_UI_APP; then ${SUDO} apt-get install netbird-ui -y