diff --git a/contrib/teamcity/setup-debian-buster.sh b/contrib/teamcity/setup-debian-buster.sh --- a/contrib/teamcity/setup-debian-buster.sh +++ b/contrib/teamcity/setup-debian-buster.sh @@ -73,7 +73,7 @@ apt-key add "${TEAMCITY_DIR}"/adoptopenjdk.pub add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ apt-get update -DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes adoptopenjdk-8-hotspot +DEBIAN_FRONTEND=noninteractive apt-get install -y adoptopenjdk-8-hotspot ln -s /usr/lib/jvm/adoptopenjdk-8-hotspot-amd64 /usr/lib/jvm/default-java echo 'JAVA_HOME="/usr/lib/jvm/default-java"' >> /etc/environment @@ -82,4 +82,4 @@ apt-key add "${TEAMCITY_DIR}"/llvm.pub add-apt-repository "deb http://apt.llvm.org/buster/ llvm-toolchain-buster-8 main" apt-get update -apt-get install -y --force-yes clang-format-8 clang-tidy-8 clang-tools-8 +apt-get install -y clang-format-8 clang-tidy-8 clang-tools-8