mirror of
https://github.com/everett7623/nodeloc_vps_test.git
synced 2025-03-03 15:25:18 +00:00
update
This commit is contained in:
parent
af8ed99ba4
commit
3bed8f5f7f
@ -225,6 +225,7 @@ install_dependencies() {
|
||||
case "${os_type,,}" in
|
||||
debian|ubuntu)
|
||||
export DEBIAN_FRONTEND=noninteractive # 禁用交互
|
||||
echo "iperf3 iperf3/autostart boolean false" | sudo debconf-set-selections
|
||||
install_cmd="apt-get install -yq"
|
||||
sudo apt-get update -yq
|
||||
;;
|
||||
|
@ -224,7 +224,8 @@ install_dependencies() {
|
||||
|
||||
case "${os_type,,}" in
|
||||
debian|ubuntu)
|
||||
export DEBIAN_FRONTEND=noninteractive # 禁用交互
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
echo "iperf3 iperf3/autostart boolean false" | sudo debconf-set-selections
|
||||
install_cmd="apt-get install -yq"
|
||||
sudo apt-get update -yq
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user