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