install.sh aktualisiert

This commit is contained in:
olli 2023-08-21 14:51:46 +02:00
parent 7e5164319a
commit ba78d8b0a7

View File

@ -6,8 +6,9 @@ set -e
which sudo >/dev/null 2>&1 || su -c "sed -i '/cdrom/d' /etc/apt/sources.list ; apt update ; apt -y install sudo"
id | grep -q '(sudo)' || su -c "/usr/sbin/usermod -a -G sudo ${USER}"
sudo apt-get -y install python3-pip git
sudo pip install ansible
apt-get -y install ansible git
#sudo apt-get -y install python3-pip git
#sudo pip install ansible
cd
rm -rf $(hostname -s)-git