added: gitlab-upgrade

This commit is contained in:
Filip Rojek 2023-07-17 13:14:39 +02:00
parent 68cad4652d
commit 3b7c1d24da

5
gitlab-upgrade Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
CURRENT_VERSION=$(dpkg -s gitlab-ce | grep Version | sed 's/Version: //')
AVAILABE_VERSION=$(apt-cache madison gitlab-ce)