1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jenkins_ynh.git synced 2024-09-03 19:26:18 +02:00

dpkg shouldn't ask anything

This commit is contained in:
Maniack Crudelis 2018-06-25 15:38:35 +02:00 committed by GitHub
parent 3ac2a4972f
commit 04f3dfe375
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ ynh_abort_if_errors
#================================================= #=================================================
wget --no-verbose https://pkg.jenkins.io/debian-stable/binary/jenkins_${jenkins_version}_all.deb wget --no-verbose https://pkg.jenkins.io/debian-stable/binary/jenkins_${jenkins_version}_all.deb
dpkg --install jenkins_${jenkins_version}_all.deb dpkg --install --force-confold jenkins_${jenkins_version}_all.deb
#================================================= #=================================================
# FIX JENKINS SETUP # FIX JENKINS SETUP