Skip to content
Snippets Groups Projects
Commit 8db9120d authored by Anton Smith's avatar Anton Smith Committed by Achilleas Pipinellis
Browse files

Modernize remove commands for uninstall

parent 47419fa5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -147,11 +147,13 @@ sudo rm /usr/lib/systemd/system/gitlab-runsvdir.service
sudo systemctl daemon-reload
sudo gitlab-ctl uninstall
 
# (Replace with gitlab-ce if you have GitLab FOSS installed)
# Debian/Ubuntu
sudo dpkg -r gitlab-ce
sudo apt remove gitlab-ee
 
# Redhat/Centos
sudo rpm -e gitlab-ce
sudo yum remove gitlab-ee
```
 
### Common installation problems
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment