correction apt

This commit is contained in:
jpwilliam 2023-11-16 08:45:44 -03:00
parent b9ea4001ce
commit 5c1c2d502b

View File

@ -11,8 +11,9 @@ else
echo -e "Ce script doit être lancé en tant qu'utilisateur appartenant au groupe sudo"
exit 1
fi
fi
sudo apt-get -y install jupyter python3-virtualenv python3-setuptools build-essential libssl-dev libffi-dev python3-dev libkrb5-dev sshpass yamllint python3-pip pipx
fi
echo "Install packages"
sudo apt install -y jupyter python3-virtualenv python3-setuptools build-essential libssl-dev libffi-dev python3-dev libkrb5-dev sshpass yamllint python3-pip pipx
if [ ! -d /etc/ansible ]
then
sudo mkdir /etc/ansible