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 #!/bin/bash -xe
# install ansible # install ansible
apt-get -y install python3-pip apt-get update
pip install ansible apt-get -y install ansible curl
#pip install ansible
cd /root cd /root
rm -rf $(hostname -s)-git rm -rf $(hostname -s)-git