Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x-ui.sh')
-rw-r--r--x-ui.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/x-ui.sh b/x-ui.sh
index cadc71a1..78bb072a 100644
--- a/x-ui.sh
+++ b/x-ui.sh
@@ -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
;;