Update x-ui.sh

This commit is contained in:
JieXu 2025-12-04 01:41:53 +08:00 committed by GitHub
parent e2c2ee5624
commit 59491564f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -509,7 +509,7 @@ enable_bbr() {
ubuntu | debian | armbian)
apt-get update && apt-get install -yqq --no-install-recommends ca-certificates
;;
fedora | amzn | virtuozzo | centos-stream | rhel | almalinux | rocky | ol)
fedora | amzn | virtuozzo | centos | rhel | almalinux | rocky | ol)
dnf -y update && dnf -y install ca-certificates
;;
arch | manjaro | parch)
@ -1070,7 +1070,7 @@ ssl_cert_issue() {
ubuntu | debian | armbian)
apt-get update && apt-get install socat -y
;;
fedora | amzn | virtuozzo | centos-stream | rhel | almalinux | rocky | ol)
fedora | amzn | virtuozzo | centos | rhel | almalinux | rocky | ol)
dnf -y update && dnf -y install socat
;;
arch | manjaro | parch)