2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-30 22:05:34 +00:00
This commit is contained in:
neilpang
2017-11-13 20:54:29 +08:00
parent 6e93ff8bca
commit f62457a24e

View File

@@ -30,7 +30,7 @@ install:
openssl version 2>&1 || true;
$ACME_OPENSSL_BIN version 2>&1 || true;
export PATH="$_old_path";
else sudo apt-get install socat;
else sudo apt-get -y update && sudo apt-get install -y socat;
fi
script: