mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-01-15 10:09:34 +00:00
Update x-ui.sh
This commit is contained in:
parent
e2c2ee5624
commit
59491564f9
1 changed files with 2 additions and 2 deletions
4
x-ui.sh
4
x-ui.sh
|
|
@ -509,7 +509,7 @@ enable_bbr() {
|
||||||
ubuntu | debian | armbian)
|
ubuntu | debian | armbian)
|
||||||
apt-get update && apt-get install -yqq --no-install-recommends ca-certificates
|
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
|
dnf -y update && dnf -y install ca-certificates
|
||||||
;;
|
;;
|
||||||
arch | manjaro | parch)
|
arch | manjaro | parch)
|
||||||
|
|
@ -1070,7 +1070,7 @@ ssl_cert_issue() {
|
||||||
ubuntu | debian | armbian)
|
ubuntu | debian | armbian)
|
||||||
apt-get update && apt-get install socat -y
|
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
|
dnf -y update && dnf -y install socat
|
||||||
;;
|
;;
|
||||||
arch | manjaro | parch)
|
arch | manjaro | parch)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue