1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jenkins_ynh.git synced 2024-09-03 19:26:18 +02:00
jenkins_ynh/scripts/remove
2014-12-09 21:00:17 +01:00

10 lines
222 B
Bash

#!/bin/bash
domain=$(sudo yunohost app setting jenkins domain)
sudo yunohost service remove ynh-jenkins
sudo apt-get purge jenkins
sudo rm /etc/apt/sources.list.d/jenkins.list
# TODO remove repo key
sudo apt-get update