Skip to content

Commit 2ecab47

Browse files
committed
repo für certs in jedem Fall hinterlegen
Signed-off-by: Markus Storm <markus.storm@gmx.net>
1 parent 26fbfd4 commit 2ecab47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions/java-jre.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ adoptium_install_apt() {
6666
adoptium_fetch_apt "$1"
6767
echo -n "$(timestamp) [openHABian] Installing Adoptium Eclipse Temurin JDK... "
6868
cond_redirect java_alternatives_reset
69-
if ! cond_redirect apt-get install adoptium-ca-certificates; then echo "FAILED (install Java certificate)"; return 1; fi
69+
if ! cond_redirect apt-get --yes install adoptium-ca-certificates; then echo "FAILED (install Java certificate)"; return 1; fi
7070

7171
if [[ $(getconf LONG_BIT) == 32 ]]; then
7272
if ! cond_redirect dpkg -i "${cachedir}/${cachefile}"; then echo "FAILED (install experimental JVM pkg)"; return 1; fi

0 commit comments

Comments
 (0)