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:
parent
558bfc6da0
commit
162c9c0d0a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue