„raspi.sh“ ändern

This commit is contained in:
olli 2022-11-17 14:31:17 +01:00
parent e0b800926f
commit a94d807f65

View File

@ -1,7 +1,7 @@
#!/bin/bash
sudo apt-get update
sudo apt-get -yy dist-upgrade
#sudo apt-get update
#sudo apt-get -yy dist-upgrade
# install ansible
which pip >/dev/null 2>&1 || ( sudo apt-get -yy install python3-pip )