correction apt
This commit is contained in:
parent
b9ea4001ce
commit
5c1c2d502b
@ -11,8 +11,9 @@ else
|
|||||||
echo -e "Ce script doit être lancé en tant qu'utilisateur appartenant au groupe sudo"
|
echo -e "Ce script doit être lancé en tant qu'utilisateur appartenant au groupe sudo"
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user