added: gitlab-upgrade

This commit is contained in:
fr
2023-07-17 13:14:39 +02:00
parent 68cad4652d
commit 3b7c1d24da
Executable
+5
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)