From 0d1acd61f15187a33efae5e3c4ca189809413e7d Mon Sep 17 00:00:00 2001 From: Nils Gerstner Date: Mon, 27 Mar 2023 22:11:40 +0200 Subject: [PATCH] Update install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 68e5b0e..d23d23f 100755 --- a/install.sh +++ b/install.sh @@ -14,7 +14,7 @@ fail() { if ! which ansible-playbook; then ${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 cd /tmp