Update build-debian-env.sh
This commit is contained in:
parent
85971228b9
commit
18e3467d88
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user