no pip update
This commit is contained in:
parent
80c0d5db0e
commit
483a3e11dc
1
raspi.sh
1
raspi.sh
@ -7,7 +7,6 @@
|
|||||||
which pip >/dev/null 2>&1 || ( sudo apt-get -yy install python3-pip )
|
which pip >/dev/null 2>&1 || ( sudo apt-get -yy install python3-pip )
|
||||||
which git >/dev/null 2>&1 || ( sudo apt-get -yy install git )
|
which git >/dev/null 2>&1 || ( sudo apt-get -yy install git )
|
||||||
which ansible >/dev/null 2>&1 || sudo pip install ansible
|
which ansible >/dev/null 2>&1 || sudo pip install ansible
|
||||||
pip install --upgrade pip
|
|
||||||
|
|
||||||
# run ansible playbooks
|
# run ansible playbooks
|
||||||
for playbook in debian.ansible.basics \
|
for playbook in debian.ansible.basics \
|
||||||
|
Loading…
Reference in New Issue
Block a user