This commit is contained in:
neilpang 2017-11-13 20:54:29 +08:00
parent 6e93ff8bca
commit f62457a24e
1 changed files with 1 additions and 1 deletions

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: