core: 修复 nslookup/dig 安装失败
This commit is contained in:
parent
8398e1e4cf
commit
7e34a4c6bd
@ -463,8 +463,12 @@ install_pkg() {
|
|||||||
pkg="bind-tools"
|
pkg="bind-tools"
|
||||||
elif is_in_arch; then
|
elif is_in_arch; then
|
||||||
pkg="bind"
|
pkg="bind"
|
||||||
|
elif command -v yum || command -v dnf; then
|
||||||
|
pkg="bind-utils"
|
||||||
|
elif command -v apt; then
|
||||||
|
pkg="bind9-dnsutils"
|
||||||
else
|
else
|
||||||
pkg="bind*-*utils"
|
error "Can't install nslookup / dig"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*) pkg=$cmd ;;
|
*) pkg=$cmd ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user