From 9540bdf1e1e96479794967ab49f6d36d4f7e2c40 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 13 Feb 2023 18:02:29 +0800 Subject: [PATCH] Update install_pve7.2.sh --- install_pve7.2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_pve7.2.sh b/install_pve7.2.sh index 6e0f56d..0e98298 100644 --- a/install_pve7.2.sh +++ b/install_pve7.2.sh @@ -14,7 +14,7 @@ if ! command -v curl > /dev/null 2>&1; then apt-get install -y curl fi -ip=$(curl -s ip.sb) +ip=$(curl -s ipv4.ip.sb) echo "$ip pve.proxmox.com pve" >> /etc/hosts version=$(lsb_release -cs)