mirror of
https://github.com/oneclickvirt/pve.git
synced 2024-11-17 13:36:45 +08:00
Update install_pve7.sh
This commit is contained in:
parent
af2b4cdf17
commit
2a20bd859a
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ if [ $current_priority != "4" ]; then
|
|||
else
|
||||
echo "The network priority is already set to IPv4."
|
||||
fi
|
||||
# sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
|
||||
# sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
|
||||
apt-get install gnupg -y
|
||||
if ! nc -z localhost 7789; then
|
||||
iptables -A INPUT -p tcp --dport 7789 -j ACCEPT
|
||||
|
|
Loading…
Reference in a new issue