Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Popov <EvgenyPopov72@users.noreply.github.com>2025-12-03 16:42:10 +0300
committerGitHub <noreply@github.com>2025-12-03 16:42:10 +0300
commitad659e48cf78f6bbd60192c463ef19fb62dec4f8 (patch)
tree832da870a711cd2e5c056a426a8bfd344cc2d4f4 /x-ui.sh
parent784ed399305b4d979977125281ffc104737eda5f (diff)
Update x-ui.sh (#3595)
Add curl & openssl pkgs for acme inside docker container
Diffstat (limited to 'x-ui.sh')
-rw-r--r--x-ui.sh2
1 files changed, 1 insertions, 1 deletions
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"