mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-12-17 03:42:42 +00:00
Update x-ui.sh (#3595)
Add curl & openssl pkgs for acme inside docker container
This commit is contained in:
parent
784ed39930
commit
ad659e48cf
1 changed files with 1 additions and 1 deletions
2
x-ui.sh
2
x-ui.sh
|
|
@ -1086,7 +1086,7 @@ ssl_cert_issue() {
|
|||
zypper refresh && zypper -q install -y socat
|
||||
;;
|
||||
alpine)
|
||||
apk add socat
|
||||
apk add socat curl openssl
|
||||
;;
|
||||
*)
|
||||
echo -e "${red}Unsupported operating system. Please check the script and install the necessary packages manually.${plain}\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue