From ee13bbcc294ff83626ae1e1f57e4e89cc771872b Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sat, 19 Mar 2022 21:18:21 +0800 Subject: [PATCH] fix(judger): dcea523cfc397a0f8fe20d73bee35 --- judger/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/judger/install.sh b/judger/install.sh index 86b465c..c40d466 100644 --- a/judger/install.sh +++ b/judger/install.sh @@ -3,7 +3,7 @@ getAptPackage(){ printf "\n\n==> Getting environment packages\n" export DEBIAN_FRONTEND=noninteractive - apt-get update && apt-get install -y vim ntp zip unzip curl wget build-essential fp-compiler python2.7 python3.8 python3-requests openjdk-8-jdk openjdk-11-jdk + apt-get update && apt-get install -y vim ntp zip unzip curl wget build-essential fp-compiler python2.7 python3.8 python3-requests } setJudgeConf(){