This repository has been archived on 2024-03-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
thelinuxlist/scripts/unattended/gitlabuninstall.sh

6 lines
155 B
Bash

#!/usr/bin/env bash
sudo gitlab-ctl stop
sudo apt remove gitlab-ce -y
sudo apt update && apt upgrade -y
sudo ufw delete allow 443
sudo ufw delete allow 80