Commit f62457a2 authored by neilpang's avatar neilpang
Browse files

fix

parent 6e93ff8b
...@@ -30,7 +30,7 @@ install: ...@@ -30,7 +30,7 @@ install:
openssl version 2>&1 || true; openssl version 2>&1 || true;
$ACME_OPENSSL_BIN version 2>&1 || true; $ACME_OPENSSL_BIN version 2>&1 || true;
export PATH="$_old_path"; export PATH="$_old_path";
else sudo apt-get install socat; else sudo apt-get -y update && sudo apt-get install -y socat;
fi fi
script: script:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment