mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-02-01 02:29:01 +08:00
Update install_pve7.sh
This commit is contained in:
parent
7021289557
commit
b55fdedb3d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +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
|
||||
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
|
||||
# if ! command -v ufw > /dev/null 2>&1; then
|
||||
# apt-get install -y ufw
|
||||
# fi
|
||||
|
|
Loading…
Reference in a new issue