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