diff options
| author | JieXu <xujie0739@gmail.com> | 2025-10-02 00:11:37 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-02 00:11:37 +0300 |
| commit | cafcb250ec54d2c9140bf2f7e3b5aeeff7c5aae3 (patch) | |
| tree | 79a3fc08335062ca6b50111ec2aff1ecbbdd9d33 /x-ui.sh | |
| parent | e7cfee570bb7e35ccebdaf2527c4bba30e7eee5a (diff) | |
Add support for OpenSUSE Leap (#3573)
* Update update.sh
* Update install.sh
* Update x-ui.sh
* Update x-ui.sh
Diffstat (limited to 'x-ui.sh')
| -rw-r--r-- | x-ui.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -518,6 +518,9 @@ enable_bbr() { arch | manjaro | parch) pacman -Sy --noconfirm ca-certificates ;; + opensuse-tumbleweed | opensuse-leap) + zypper refresh && zypper -q install -y ca-certificates + ;; alpine) apk add ca-certificates ;; @@ -1073,6 +1076,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 ;; |
