fix depot jenkins : debian -> debian-stable

This commit is contained in:
btatu 2018-12-06 16:35:50 +01:00
parent 477753e3e7
commit ccdb448e63

View file

@ -16,8 +16,8 @@ Jenkins nest pas disponible dans les dépôts Debian, il faut donc ajouter le
~~~ ~~~
wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add - wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -
sudo sh -c 'echo deb https://pkg.jenkins.io/debian binary/ > /etc/apt/sources.list.d/jenkins.list' sudo sh -c 'echo deb https://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
~~~ ~~~
Ensuite on procède à linstallation: Ensuite on procède à linstallation: