Update build-debian-env.sh

This commit is contained in:
olli 2023-06-14 12:26:26 +02:00
parent 85971228b9
commit 18e3467d88

View File

@ -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