Update install

main
Nils Gerstner 2 years ago
parent f3e4b1dbc0
commit 0d1acd61f1

@ -14,7 +14,7 @@ fail() {
if ! which ansible-playbook; then if ! which ansible-playbook; then
${SUDO} apt update ${SUDO} apt update
${SUDO} apt install -y ansible wget || fail "Failed to install ansible!" ${SUDO} apt install -y ansible unzip wget || fail "Failed to install ansible!"
fi fi
cd /tmp cd /tmp

Loading…
Cancel
Save