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

[enh] add -y to apt-get

This commit is contained in:
Julien Malik 2014-12-16 08:15:09 +01:00
parent 558bfc6da0
commit 162c9c0d0a

View file

@ -4,7 +4,7 @@ domain=$(sudo yunohost app setting jenkins domain)
sudo rm /etc/nginx/conf.d/$domain.d/jenkins.conf
sudo apt-get purge jenkins
sudo apt-get purge jenkins -y
sudo rm /etc/apt/sources.list.d/jenkins.list
# TODO remove repo key
sudo apt-get update