mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
remove script
This commit is contained in:
parent
acbc8925e4
commit
8c26fd7847
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@ domain=$(ynh_app_setting_get "$app" domain)
|
|||
|
||||
sudo apt-get remove gitlab-ce
|
||||
|
||||
# sudo rm -rf /opt/gitlab
|
||||
# sudo rm -rf /etc/gitlab
|
||||
# sudo rm -rf /var/opt/gitlab
|
||||
sudo rm -rf /opt/gitlab
|
||||
sudo rm -rf /etc/gitlab
|
||||
sudo rm -rf /var/opt/gitlab
|
||||
|
||||
# Remove apt sources-list
|
||||
sudo rm -f /etc/apt/sources.list.d/gitlab-ce.list
|
||||
|
|
Loading…
Reference in a new issue