Permalink
Newer
100755
32 lines (29 sloc)
784 Bytes
15
if [[ $MP_VERSION =~ ^[0-9]+(\.[0-9]+)+$ ]]; then
16
URL_BASE="https://download.evolveum.com/midpoint/$MP_VERSION/"
23
curl --output $DIR/midpoint-dist.tar.gz "$URL_BASE/midpoint-$MP_VERSION-dist.tar.gz"