From 0e7fe471fec14eb9c74b06ec3240e07dde49c7f7 Mon Sep 17 00:00:00 2001 From: Evgeny Popov Date: Tue, 2 Dec 2025 20:35:50 +0500 Subject: [PATCH] Update x-ui.sh Add curl & openssl pkgs for acme inside docker container --- x-ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-ui.sh b/x-ui.sh index 4b0989eb..b492998b 100644 --- a/x-ui.sh +++ b/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"