From 4eba216045fd7bae14e4ca3143260b3e7074c4da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Vondru=C5=A1ka?= <dextor@civ.zcu.cz> Date: Wed, 18 May 2022 07:53:25 +0000 Subject: [PATCH] typo v make.sh --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index ceba6df..3beb37f 100755 --- a/make.sh +++ b/make.sh @@ -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 -- GitLab