Fix openjdk installation check in install_test_build_deps.sh

This commit is contained in:
Timofey Turenko
2020-08-04 12:01:27 +03:00
parent 796fdf4e16
commit 5abdb91e9d

View File

@ -44,8 +44,8 @@ then
fi
fi
${apt_cmd} install openjdk-8-jdk
${apt_cmd} install php-mysql
${apt_cmd} install openjdk-8-jdk
if [ $? != 0 ]
then
${apt_cmd} install openjdk-7-jdk