mirror of
https://github.com/xykt/NetQuality.git
synced 2026-01-12 20:15:34 +08:00
Update net.sh
This commit is contained in:
2
net.sh
2
net.sh
@@ -367,7 +367,7 @@ if [ $(id -u) -ne 0 ]&&! command -v sudo >/dev/null 2>&1;then
|
||||
ERRORcode=3
|
||||
fi
|
||||
case $ID in
|
||||
debian)install_packages "apt" 'DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-confold"'
|
||||
debian)install_packages "apt" "apt-get install -y"
|
||||
;;
|
||||
ubuntu|linuxmint)install_packages "apt" "apt-get install -y"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user