From b1a97e8a30bdafc0085e97da8f268be57803f3bd Mon Sep 17 00:00:00 2001 From: Technocoder <8334328+Techno-coder@users.noreply.github.com> Date: Sat, 15 Feb 2020 20:16:30 +1300 Subject: [PATCH] Update JDK version for yui-compressor --- script/install/jdk.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/install/jdk.bash b/script/install/jdk.bash index f6316535..9820b59e 100644 --- a/script/install/jdk.bash +++ b/script/install/jdk.bash @@ -10,7 +10,7 @@ # } || exit 1 #} -cmd="sudo apt-get install openjdk-6-jdk" # java required by yui-compressor gem +cmd="sudo apt-get install openjdk-8-jdk" # java required by yui-compressor gem echo "$ $cmd" $cmd [[ $? -le 1 ]] || exit 1 # apt-get exit 0 = success, 1 = decline, otherwise unknown error