Skip to content

Commit 25b7050

Browse files
heikkikittmrts
authored andcommitted
add -y to install packages without user prompt
1 parent 68d7b84 commit 25b7050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ make_install() {
4040
wget "https://installer.id.ee/media/web-eid/Ubuntu/web-eid-chrome_2.0.0.${BUILD}-${VERSION}_all.deb"
4141
wget "https://installer.id.ee/media/web-eid/Ubuntu/web-eid-firefox_2.0.0.${BUILD}-${VERSION}_all.deb"
4242
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
43+
sudo apt install -y ./web-eid*.deb
4444
cd /tmp
4545
rm -r $TMPDIR
4646
}

0 commit comments

Comments
 (0)