Update x-ui.sh

This commit is contained in:
JieXu 2025-10-02 04:00:06 +08:00 committed by GitHub
parent ab83a29758
commit 46d56f339c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
;;