From da94469d2cb97bfb51626a4a06f6ee1452845434 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: Tue, 21 Jan 2025 09:56:55 +0800 Subject: [PATCH] Update sb.sh --- sb.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sb.sh b/sb.sh index 028fc21..861b10a 100644 --- a/sb.sh +++ b/sb.sh @@ -83,13 +83,13 @@ cd fi if [ -x "$(command -v apt-get)" ]; then apt update -y -apt install jq iptables-persistent -y +apt install jq cron socat iptables-persistent -y elif [ -x "$(command -v yum)" ]; then yum update -y && yum install epel-release -y -yum install jq -y +yum install jq socat -y elif [ -x "$(command -v dnf)" ]; then dnf update -y -dnf install jq -y +dnf install jq socat -y fi if [ -x "$(command -v yum)" ] || [ -x "$(command -v dnf)" ]; then if [ -x "$(command -v yum)" ]; then