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