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

typo v make.sh

parent 8a1c3579
No related branches found
No related tags found
No related merge requests found
Pipeline #1634 failed
......@@ -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
# 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[^\"]+" | head -1 | grep -Po "\d+\.\d+\.\d+")}
GOVERSION=${GOVERSION:-$(curl -s https://go.dev/VERSION?m=text)}
# 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