diff --git a/install.sh b/install.sh index c41d59f..1603fc1 100644 --- a/install.sh +++ b/install.sh @@ -6,7 +6,7 @@ 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}" -apt-get -y install ansible git +sudo apt-get -y install ansible git #sudo apt-get -y install python3-pip git #sudo pip install ansible