Update sb.sh

This commit is contained in:
甬哥侃侃侃ygkkk
2026-03-03 22:07:21 +08:00
committed by GitHub
parent 74c7b34390
commit aa29c7f319
+1 -1
View File
@@ -63,7 +63,7 @@ if [ ! -f sbyg_update ]; then
green "首次安装Sing-box-yg脚本必要的依赖……"
if [[ x"${release}" == x"alpine" ]]; then
apk update
apk add jq openssl iproute2 iputils coreutils expect git socat iptables grep tar tzdata dcron util-linux
apk add jq openssl procps iproute2 iputils coreutils expect git socat iptables grep tar tzdata dcron util-linux
apk add virt-what
else
if [[ $release = Centos && ${vsid} =~ 8 ]]; then