Update x-ui.sh (#3595)

Add curl & openssl pkgs for acme inside docker container
This commit is contained in:
Evgeny Popov 2025-12-03 18:42:10 +05:00 committed by GitHub
parent 784ed39930
commit ad659e48cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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