diff options
| author | Evgeny Popov <EvgenyPopov72@users.noreply.github.com> | 2025-12-03 16:42:10 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-03 16:42:10 +0300 |
| commit | ad659e48cf78f6bbd60192c463ef19fb62dec4f8 (patch) | |
| tree | 832da870a711cd2e5c056a426a8bfd344cc2d4f4 | |
| parent | 784ed399305b4d979977125281ffc104737eda5f (diff) | |
Update x-ui.sh (#3595)
Add curl & openssl pkgs for acme inside docker container
| -rw-r--r-- | x-ui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
