forked from Sophia/thelinuxlist
added unattended installs, and bumped golang ver
This commit is contained in:
6
scripts/unattended/gitlabuninstall.sh
Normal file
6
scripts/unattended/gitlabuninstall.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/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
|
Reference in New Issue
Block a user