From 055c77af70dd33eb788c21c4e83676d50c144d14 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, 25 Mar 2026 13:12:44 +0800 Subject: [PATCH] Update package installation for Alpine Remove 'procps' from the list of packages installed on Alpine. --- sb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sb.sh b/sb.sh index d1af8e5..8631c40 100644 --- a/sb.sh +++ b/sb.sh @@ -62,7 +62,7 @@ if [ ! -f sbyg_update ]; then green "首次安装Sing-box-yg脚本必要的依赖……" if [[ x"${release}" == x"alpine" ]]; then apk update -apk add procps libc6-compat jq openssl procps busybox-extras iproute2 iputils coreutils expect git socat iptables grep tar tzdata dcron util-linux +apk add libc6-compat jq openssl procps busybox-extras iproute2 iputils coreutils expect git socat iptables grep tar tzdata util-linux apk add virt-what else if [[ $release = Centos && ${vsid} =~ 8 ]]; then