Reorder package installation in sb.sh
This commit is contained in:
@@ -71,7 +71,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 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 virt-what
|
||||||
apk add qrencode
|
apk add qrencode
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user