mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-10-13 11:39:13 +00:00
Update x-ui.sh
This commit is contained in:
parent
ab83a29758
commit
46d56f339c
1 changed files with 3 additions and 0 deletions
3
x-ui.sh
3
x-ui.sh
|
@ -1073,6 +1073,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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue