Update x-ui.sh

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

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