瀏覽代碼

Update x-ui.sh (#3595)

Add curl & openssl pkgs for acme inside docker container
Evgeny Popov 1 天之前
父節點
當前提交
ad659e48cf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      x-ui.sh

+ 1 - 1
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"