Update sb.sh

This commit is contained in:
甬哥侃侃侃ygkkk
2025-04-09 14:41:02 +08:00
committed by GitHub
parent 69a9f4e104
commit 3a5d08d6a2
+1 -1
View File
@@ -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
apk add wget curl tar jq tzdata openssl expect git socat iproute2 iptables grep
apk add virt-what
apk add qrencode
else