Update install_pve7.2.sh

This commit is contained in:
spiritLHLS 2023-02-13 18:02:29 +08:00 committed by GitHub
parent a0e199b2ad
commit 9540bdf1e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)