mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-03-04 01:38:12 +08:00
Update install_pve7.2.sh
This commit is contained in:
parent
a0e199b2ad
commit
9540bdf1e1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue