mirror of
https://github.com/bin456789/reinstall.git
synced 2025-12-10 15:37:43 +08:00
core: 修复 nslookup/dig 安装失败
This commit is contained in:
@ -463,8 +463,12 @@ install_pkg() {
|
||||
pkg="bind-tools"
|
||||
elif is_in_arch; then
|
||||
pkg="bind"
|
||||
elif command -v yum || command -v dnf; then
|
||||
pkg="bind-utils"
|
||||
elif command -v apt; then
|
||||
pkg="bind9-dnsutils"
|
||||
else
|
||||
pkg="bind*-*utils"
|
||||
error "Can't install nslookup / dig"
|
||||
fi
|
||||
;;
|
||||
*) pkg=$cmd ;;
|
||||
|
||||
Reference in New Issue
Block a user