Skip to content
Snippets Groups Projects
Commit 6e310fe0 authored by Pavel Vondruška's avatar Pavel Vondruška
Browse files

Oprava zjistovani nejnovejsi verze na githubu

parent 438da2c9
No related branches found
No related tags found
No related merge requests found
Pipeline #3189 passed
...@@ -37,7 +37,7 @@ apt update -qqq ...@@ -37,7 +37,7 @@ apt update -qqq
apt install -yqqq build-essential dpkg-dev debhelper build-essential libssl-dev uuid-dev libseccomp-dev pkg-config squashfs-tools cryptsetup wget curl git devscripts dh-golang libglib2.0-dev apt install -yqqq build-essential dpkg-dev debhelper build-essential libssl-dev uuid-dev libseccomp-dev pkg-config squashfs-tools cryptsetup wget curl git devscripts dh-golang libglib2.0-dev
# Automaticka detekce posledni releasnute verze # Automaticka detekce posledni releasnute verze
SINVERSION=${SINVERSION:-$(curl -L -s https://github.com/sylabs/singularity/releases/latest | grep -Po "\/v\K[^\"]+" | head -1 | grep -Po "\d+\.\d+\.\d+")} SINVERSION=${SINVERSION:-$(curl -L -s https://github.com/sylabs/singularity/releases/latest | grep -Po "\/v\K\d+\.\d+\.\d+" | head -1)}
GOVERSION=${GOVERSION:-$(curl -s https://go.dev/VERSION?m=text)} GOVERSION=${GOVERSION:-$(curl -s https://go.dev/VERSION?m=text)}
# Priprava adresare pro hotove balicky a zapamatovani cesty # Priprava adresare pro hotove balicky a zapamatovani cesty
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment