fix another oops

This commit is contained in:
Mark 2022-04-09 07:52:50 +01:00
parent efe8218836
commit e579eec1dc
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ chmod -cR 750 ${ACME_HOME}
chmod -cR u+s,g+s,o+s ${ACME_HOME}
# Add needed binaries.
apt install sudo socat curl tee
apt install sudo socat curl coreutils
# Download & install.
sudo -s -u "${ACME_HOME}" curl -o "${ACME_SCRIPT_TMP}" "${ACME_SCRIPT_URL}" && ${ACME_SCRIPT_TMP} --install