We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d7b84 commit 25b7050Copy full SHA for 25b7050
example/src/main/resources/static/scripts/download-install-web-eid.sh
@@ -40,7 +40,7 @@ make_install() {
40
wget "https://installer.id.ee/media/web-eid/Ubuntu/web-eid-chrome_2.0.0.${BUILD}-${VERSION}_all.deb"
41
wget "https://installer.id.ee/media/web-eid/Ubuntu/web-eid-firefox_2.0.0.${BUILD}-${VERSION}_all.deb"
42
wget "https://installer.id.ee/media/web-eid/Ubuntu/web-eid-native_2.0.0.${BUILD}-${VERSION}_amd64.deb"
43
- sudo apt install ./web-eid*.deb
+ sudo apt install -y ./web-eid*.deb
44
cd /tmp
45
rm -r $TMPDIR
46
}
0 commit comments