Add support for OpenSUSE Leap (#3573)

* Update update.sh

* Update install.sh

* Update x-ui.sh

* Update x-ui.sh
This commit is contained in:
JieXu
2025-10-02 05:11:37 +08:00
committed by GitHub
parent e7cfee570b
commit cafcb250ec
3 changed files with 9 additions and 3 deletions

View File

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