mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
7 lines
156 B
Bash
7 lines
156 B
Bash
#!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'"
|