Permalink
Newer
100755
36 lines (33 sloc)
957 Bytes
9
# Was: 4.0.1
10
#
11
# But we need to incorporate latest changes to I2 distribution during
12
# the development of 4.1. Therefore we use a custom build here.
13
MP_VERSION="latest-stable"
19
if [[ $MP_VERSION =~ ^[0-9]+(\.[0-9]+)+$ ]]; then
20
URL_BASE="https://download.evolveum.com/midpoint/$MP_VERSION/"
27
curl --output $DIR/midpoint-dist.tar.gz "$URL_BASE/midpoint-$MP_VERSION-dist.tar.gz"