Update install_pve7.sh

This commit is contained in:
spiritLHLS 2023-02-13 19:33:45 +08:00 committed by GitHub
parent 390397e69f
commit 7021289557
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@ fi
if ! command -v curl > /dev/null 2>&1; then if ! command -v curl > /dev/null 2>&1; then
apt-get install -y curl apt-get install -y curl
fi 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 # if ! command -v ufw > /dev/null 2>&1; then
# apt-get install -y ufw # apt-get install -y ufw
# fi # fi