There was an error while loading. Please reload this page.
1 parent 2ffb40f commit da3817dCopy full SHA for da3817d
1 file changed
functions/java-jre.bash
@@ -67,7 +67,7 @@ adoptium_install_apt() {
67
echo -n "$(timestamp) [openHABian] Installing Adoptium Eclipse Temurin JDK... "
68
cond_redirect java_alternatives_reset
69
if ! cond_redirect apt-get --yes install adoptium-ca-certificates; then echo "FAILED (install Java certificate)"; return 1; fi
70
-
+ if ! cond_redirect apt-get --yes install java-common libxi6 libxrender1 libxtst6 ; then echo "FAILED (install Java commons)"; return 1; fi
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
73
if [[ -n "$INTERACTIVE" ]]; then
0 commit comments