From 46d56f339c79d62037690d5d03384e6889ee09da Mon Sep 17 00:00:00 2001 From: JieXu Date: Thu, 2 Oct 2025 04:00:06 +0800 Subject: [PATCH] Update x-ui.sh --- x-ui.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x-ui.sh b/x-ui.sh index cadc71a1..87257f4c 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -1073,6 +1073,9 @@ ssl_cert_issue() { arch | manjaro | parch) pacman -Sy --noconfirm socat ;; + opensuse-tumbleweed | opensuse-leap) + zypper refresh && zypper -q install -y socat + ;; alpine) apk add socat ;;