Skip to content

Commit 84ebabf

Browse files
kristelmerilainmrts
authored andcommitted
Update Ubuntu package version
1 parent 0cca034 commit 84ebabf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/src/main/resources/static/scripts/download-install-web-eid.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ make_install() {
3434
echo "Installing Web eID packages for Ubuntu $1"
3535
TMPDIR=`mktemp -d`
3636
cd $TMPDIR
37-
VERSION='2.0.2'
37+
VERSION='2.2.0'
3838
# BUILD=`[[ $1 == *0 ]] && echo 555 || echo 552`
39-
BUILD='565'
39+
BUILD='572'
4040
UBUNTU_VERSION=${1//./}
4141
wget "https://installer.id.ee/media/web-eid/Ubuntu/web-eid_${VERSION}.${BUILD}-${UBUNTU_VERSION}_all.deb"
4242
wget "https://installer.id.ee/media/web-eid/Ubuntu/web-eid-chrome_${VERSION}.${BUILD}-${UBUNTU_VERSION}_all.deb"

0 commit comments

Comments
 (0)