From ba78d8b0a78d59d3fa138e9f3f6b5fdb358211c0 Mon Sep 17 00:00:00 2001 From: olli Date: Mon, 21 Aug 2023 14:51:46 +0200 Subject: [PATCH] install.sh aktualisiert --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 82bbacc..c41d59f 100644 --- a/install.sh +++ b/install.sh @@ -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