There was an error while loading. Please reload this page.
1 parent 26fbfd4 commit 2ecab47Copy full SHA for 2ecab47
1 file changed
functions/java-jre.bash
@@ -66,7 +66,7 @@ adoptium_install_apt() {
66
adoptium_fetch_apt "$1"
67
echo -n "$(timestamp) [openHABian] Installing Adoptium Eclipse Temurin JDK... "
68
cond_redirect java_alternatives_reset
69
- if ! cond_redirect apt-get install adoptium-ca-certificates; then echo "FAILED (install Java certificate)"; return 1; fi
+ if ! cond_redirect apt-get --yes install adoptium-ca-certificates; then echo "FAILED (install Java certificate)"; return 1; fi
70
71
if [[ $(getconf LONG_BIT) == 32 ]]; then
72
if ! cond_redirect dpkg -i "${cachedir}/${cachefile}"; then echo "FAILED (install experimental JVM pkg)"; return 1; fi
0 commit comments