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:
-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"