1
0
Fork 0
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:
Maniack Crudelis 2016-11-30 17:51:05 +01:00
parent c9c09b775e
commit 6b8ca3af17
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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