소스 검색

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"