From fd9c97ff57d329fba083ffe5c998d8698ff5d65f Mon Sep 17 00:00:00 2001 From: Cristian Klein Date: Sun, 20 Oct 2024 09:04:33 +0200 Subject: [PATCH] Remove unneeded dependency --- deploy.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index e620895..802611f 100755 --- a/deploy.sh +++ b/deploy.sh @@ -12,8 +12,6 @@ sudo true # Ensure ansible gets sudo access if ! which ansible > /dev/null; then log "Ansible not found; trying to install" sudo apt-get update - sudo apt-get install -yyq software-properties-common - sudo apt-get update sudo apt-get install -yyq ansible fi