mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-03-21 10:05:49 +00:00
Update x-ui.sh (#3595)
Add curl & openssl pkgs for acme inside docker container
This commit is contained in:
2
x-ui.sh
2
x-ui.sh
@@ -1086,7 +1086,7 @@ ssl_cert_issue() {
|
|||||||
zypper refresh && zypper -q install -y socat
|
zypper refresh && zypper -q install -y socat
|
||||||
;;
|
;;
|
||||||
alpine)
|
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"
|
echo -e "${red}Unsupported operating system. Please check the script and install the necessary packages manually.${plain}\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user