Преглед на файлове

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"