From 83b55013616c0eb19535f4a2db7bcccb8c078f0e Mon Sep 17 00:00:00 2001 From: root Date: Mon, 7 Sep 2020 17:55:44 +0000 Subject: [PATCH 1/3] java package added --- scripts.d/16_pkg_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts.d/16_pkg_install.sh b/scripts.d/16_pkg_install.sh index 0a98c676..2501ead8 100755 --- a/scripts.d/16_pkg_install.sh +++ b/scripts.d/16_pkg_install.sh @@ -38,7 +38,7 @@ INSTALL_PACKAGES=( mc ranger bats # unit testing libhdf5-dev libatlas-base-dev libjasper1 libqt4-test # opencv - imagemagick # tiv + imagemagick openjdk-11-jre-headless # tiv python3-bcrypt python3-nacl # fix slow pip ) From a66d366194086edaa83bac0afa7f2487f52b6b6e Mon Sep 17 00:00:00 2001 From: Neethu-Mohan Date: Tue, 8 Sep 2020 02:37:00 +0400 Subject: [PATCH 2/3] Update 16_pkg_install.sh --- scripts.d/16_pkg_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts.d/16_pkg_install.sh b/scripts.d/16_pkg_install.sh index 2501ead8..d914be89 100755 --- a/scripts.d/16_pkg_install.sh +++ b/scripts.d/16_pkg_install.sh @@ -38,7 +38,7 @@ INSTALL_PACKAGES=( mc ranger bats # unit testing libhdf5-dev libatlas-base-dev libjasper1 libqt4-test # opencv - imagemagick openjdk-11-jre-headless # tiv + imagemagick openjdk-11-jdk # tiv python3-bcrypt python3-nacl # fix slow pip ) From 2263e6b7a4144cd79231cbf71f73808108bda08f Mon Sep 17 00:00:00 2001 From: Neethu-Mohan Date: Wed, 9 Sep 2020 01:11:56 +0400 Subject: [PATCH 3/3] Update 16_pkg_install.sh --- scripts.d/16_pkg_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts.d/16_pkg_install.sh b/scripts.d/16_pkg_install.sh index d914be89..9328ec7f 100755 --- a/scripts.d/16_pkg_install.sh +++ b/scripts.d/16_pkg_install.sh @@ -38,7 +38,7 @@ INSTALL_PACKAGES=( mc ranger bats # unit testing libhdf5-dev libatlas-base-dev libjasper1 libqt4-test # opencv - imagemagick openjdk-11-jdk # tiv + imagemagick default-jdk # tiv python3-bcrypt python3-nacl # fix slow pip )