6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
CURRENT_VERSION=$(dpkg -s gitlab-ce | grep Version | sed 's/Version: //')
|
||
|
AVAILABE_VERSION=$(apt-cache madison gitlab-ce)
|
||
|
|