mirror of
https://github.com/YunoHost-Apps/jenkins_ynh.git
synced 2024-09-03 19:26:18 +02:00
apt jre avant jenkins
This commit is contained in:
parent
c9c09b775e
commit
6b8ca3af17
2 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,7 @@ wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add -
|
|||
sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install default-jre-headless -y
|
||||
sudo apt-get install jenkins -y
|
||||
|
||||
# Renseigne le port
|
||||
|
|
|
@ -34,6 +34,7 @@ wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add -
|
|||
sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install default-jre-headless -y
|
||||
sudo apt-get install jenkins -y
|
||||
|
||||
# Restore sources & data
|
||||
|
|
Loading…
Reference in a new issue