mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-26 13:14:24 +00:00
chore(snippets): bring in commands and functions from the kb
This commit is contained in:
6
snippets/gitlab.sh
Normal file
6
snippets/gitlab.sh
Normal 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'"
|
||||
Reference in New Issue
Block a user