mirror of
https://git.proxmox.com/git/mirror_acme.sh
synced 2025-07-27 18:26:04 +00:00
fix
This commit is contained in:
parent
6e93ff8bca
commit
f62457a24e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user