Update package installation for Alpine

Remove 'procps' from the list of packages installed on Alpine.
This commit is contained in:
甬哥侃侃侃ygkkk
2026-03-25 13:12:44 +08:00
committed by GitHub
parent 93f2234ba4
commit 055c77af70
+1 -1
View File
@@ -62,7 +62,7 @@ if [ ! -f sbyg_update ]; then
green "首次安装Sing-box-yg脚本必要的依赖……" green "首次安装Sing-box-yg脚本必要的依赖……"
if [[ x"${release}" == x"alpine" ]]; then if [[ x"${release}" == x"alpine" ]]; then
apk update 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 apk add virt-what
else else
if [[ $release = Centos && ${vsid} =~ 8 ]]; then if [[ $release = Centos && ${vsid} =~ 8 ]]; then