From 70212895571b410f10956f87915b7b35a295edf8 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 13 Feb 2023 19:33:45 +0800 Subject: [PATCH] Update install_pve7.sh --- install_pve7.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_pve7.sh b/install_pve7.sh index e2f6c44..11e4b2b 100644 --- a/install_pve7.sh +++ b/install_pve7.sh @@ -13,6 +13,7 @@ fi 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 # if ! command -v ufw > /dev/null 2>&1; then # apt-get install -y ufw # fi