From 62dc920c52d17f379664e7794b9811f9ba99227d Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 13 Feb 2023 19:50:44 +0800 Subject: [PATCH] Update install_pve7.sh --- install_pve7.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/install_pve7.sh b/install_pve7.sh index f2486a4..ec96e00 100644 --- a/install_pve7.sh +++ b/install_pve7.sh @@ -14,17 +14,6 @@ if ! command -v curl > /dev/null 2>&1; then apt-get install -y curl fi curl -L https://raw.githubusercontent.com/spiritLHLS/one-click-installation-script/main/check_sudo.sh -o check_sudo.sh && chmod +x check_sudo.sh && bash check_sudo.sh > /dev/null 2>&1 -ip_type=$(curl -s ip.sb | grep -oP '(?<=is )(.+)(?=\.)') -if [ -z "$ip_type" ]; then - echo "Error: curl request failed" - exit 1 -fi -if [ "$ip_type" != "IPv4" ]; then - priority=$(grep precedence /etc/gai.conf | grep -oP '(?<=precedence ::/0 )\d+') -fi -if [ "$ip_type" = "IPv6" ] && [ "$priority" -lt "100" ]; then - echo "precedence ::/0 100" > /etc/gai.conf -fi sysctl -w net.ipv6.conf.all.disable_ipv6=1 sysctl -w net.ipv6.conf.default.disable_ipv6=1 apt-get install gnupg -y