From 3a9e4a8db18d05a52496e465c9301523cc63e4ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= <121604513+yonggekkk@users.noreply.github.com> Date: Wed, 27 Aug 2025 21:10:47 +0800 Subject: [PATCH] Reorder package installation in sb.sh --- sb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sb.sh b/sb.sh index 0f0c2c4..a334259 100644 --- a/sb.sh +++ b/sb.sh @@ -71,7 +71,7 @@ if [ ! -f sbyg_update ]; then green "首次安装Sing-box-yg脚本必要的依赖……" if [[ x"${release}" == x"alpine" ]]; then apk update -apk add wget curl tar jq tzdata openssl expect git socat iproute2 iptables grep coreutils util-linux dcron +apk add jq openssl iproute2 iputils coreutils expect git socat iptables grep util-linux dcron tar tzdata apk add virt-what apk add qrencode else