From 252ec58065f48307294fa07608cd686ef478aad5 Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Mon, 29 Aug 2022 08:51:19 +0200 Subject: [PATCH] fix typo in build doc --- docs/reproducible.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reproducible.md b/docs/reproducible.md index d1c8224c..39d0c03b 100644 --- a/docs/reproducible.md +++ b/docs/reproducible.md @@ -27,7 +27,7 @@ sudo apt-get install -y wget apt-transport-https gnupg wget -O - https://packages.adoptium.net/artifactory/api/gpg/key/public | sudo apt-key add - echo "deb https://packages.adoptium.net/artifactory/deb $(awk -F= '/^VERSION_CODENAME/{print$2}' /etc/os-release) main" | sudo tee /etc/apt/sources.list.d/adoptium.list sudo apt update -y -sudo apt-get install -y temurin-17-jdk=18.0.1+10 +sudo apt-get install -y temurin-18-jdk=18.0.1+10 sudo update-alternatives --config java ```