„raspi.sh“ ändern

This commit is contained in:
olli 2022-11-17 12:44:29 +01:00
parent 09211b5a32
commit 393f930aad

View File

@ -1,7 +1,4 @@
#!/bin/bash -e
set -e
set -x
#!/bin/bash
# install ansible
which pip >/dev/null 2>&1 || ( sudo apt-get update ; sudo apt-get -y install python3-pip )