From 18e3467d881a044174946cc0ff94162027892d02 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 14 Jun 2023 12:26:26 +0200 Subject: [PATCH] Update build-debian-env.sh --- build-debian-env.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-debian-env.sh b/build-debian-env.sh index 2100694..51c7be5 100644 --- a/build-debian-env.sh +++ b/build-debian-env.sh @@ -1,8 +1,9 @@ #!/bin/bash -xe # install ansible -apt-get -y install python3-pip -pip install ansible +apt-get update +apt-get -y install ansible curl +#pip install ansible cd /root rm -rf $(hostname -s)-git