correction apt

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

View File

@ -12,7 +12,8 @@ else
exit 1 exit 1
fi fi
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 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 ] if [ ! -d /etc/ansible ]
then then
sudo mkdir /etc/ansible sudo mkdir /etc/ansible