diff --git a/judger/install.sh b/judger/install.sh index ac45d54..86b465c 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 python python3 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 openjdk-8-jdk openjdk-11-jdk } setJudgeConf(){ @@ -24,7 +24,7 @@ cd /opt/uoj_judger && chmod +x judge_client cat >uoj_judger/include/uoj_work_path.h <