From 5af7b788dcf3f7e98e93fbf06ce9315a6cc71a9a Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Sat, 21 May 2022 02:57:05 +0800 Subject: [PATCH] Update menu.sh --- menu.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/menu.sh b/menu.sh index 6b4976b..bcb567c 100644 --- a/menu.sh +++ b/menu.sh @@ -1328,7 +1328,6 @@ install(){ # CentOS Stream 9 需要安装 resolvconf ! type -p resolvconf && wget -P /usr/sbin https://github.com/fscarmen/test/releases/download/resolvconf/resolvconf && chmod +x /usr/sbin/resolvconf - mv /etc/resolv.conf{,.bak} && echo "nameserver 8.8.8.8" > /etc/resolv.conf } Alpine(){