chore(snippets): bring in commands and functions from the kb

This commit is contained in:
Michele Cereda
2024-04-20 01:09:35 +02:00
parent 3282e0b845
commit 41174d61ba
8 changed files with 104 additions and 2 deletions

6
snippets/gitlab.sh Normal file
View File

@@ -0,0 +1,6 @@
#!sh
sudo yum check-update
sudo yum info 'gitlab-ee'
sudo rpm -qa | grep 'gitlab-ee'
tmux new-session -A -s 'gitlab-upgrade' "sudo yum update 'gitlab-ee'"