From 9590dedc79723678e20bab89fe0ee055913111e8 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Sat, 25 Feb 2023 22:10:28 +0800 Subject: [PATCH] Update install_pve.sh --- install_pve.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_pve.sh b/install_pve.sh index 2740f2c..03d8a73 100644 --- a/install_pve.sh +++ b/install_pve.sh @@ -29,7 +29,7 @@ fi if ! command -v iptables > /dev/null 2>&1; then apt-get install -y iptables 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 +# 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 hostnamectl set-hostname pve ip=$(curl -s ipv4.ip.sb) if ! grep -q "127.0.0.1 localhost.localdomain localhost" /etc/hosts; then