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:
parent
3ac2a4972f
commit
04f3dfe375
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ ynh_abort_if_errors
|
|||
#=================================================
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue