Skip to content

Commit da3817d

Browse files
committed
install java commons for JVM
Signed-off-by: Markus Storm <markus.storm@gmx.net>
1 parent 2ffb40f commit da3817d

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
@@ -67,7 +67,7 @@ adoptium_install_apt() {
6767
echo -n "$(timestamp) [openHABian] Installing Adoptium Eclipse Temurin JDK... "
6868
cond_redirect java_alternatives_reset
6969
if ! cond_redirect apt-get --yes install adoptium-ca-certificates; then echo "FAILED (install Java certificate)"; return 1; fi
70-
70+
if ! cond_redirect apt-get --yes install java-common libxi6 libxrender1 libxtst6 ; then echo "FAILED (install Java commons)"; return 1; fi
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
7373
if [[ -n "$INTERACTIVE" ]]; then

0 commit comments

Comments
 (0)