From ece55ab8bc0f6bc8bb0ab525e6d0ef8d9b823ae1 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Wed, 2 Aug 2023 00:13:27 +0800 Subject: [PATCH] =?UTF-8?q?core:=20=E4=BF=AE=E5=A4=8D=20arch=20=E4=B8=8B?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=20pacman=20=E5=87=BA=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reinstall.sh b/reinstall.sh index a7ece92..de36ed6 100644 --- a/reinstall.sh +++ b/reinstall.sh @@ -516,7 +516,7 @@ install_pkg() { nslookup | dig) (command -v apk && pkg="bind-tools") || (command -v apt && pkg="bind9-dnsutils") || - (command -v pacmcn && pkg="bind") || + (command -v pacman && pkg="bind") || (command -v yum dnf zypper && pkg="bind-utils") ;; *) pkg=$cmd ;;