From 80630b3de8d19dfca7d5f74a7647181c408e7be8 Mon Sep 17 00:00:00 2001 From: olli Date: Mon, 21 Aug 2023 15:58:27 +0200 Subject: [PATCH] install.sh aktualisiert --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 1603fc1..1ef0574 100644 --- a/install.sh +++ b/install.sh @@ -6,7 +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 ansible git +sudo ansible-galaxy collection install community.general #sudo apt-get -y install python3-pip git #sudo pip install ansible