diff --git a/docs/janssen-server/install/vm-install/rhel.md b/docs/janssen-server/install/vm-install/rhel.md index c3f8d3135e9..2b110c79d32 100644 --- a/docs/janssen-server/install/vm-install/rhel.md +++ b/docs/janssen-server/install/vm-install/rhel.md @@ -31,6 +31,7 @@ wget https://github.com/JanssenProject/jans/files/11814522/automation-jans-publi ```shell unzip automation-jans-public-gpg.zip + ``` ```shell @@ -41,7 +42,7 @@ sudo rpm -import automation-jans-public-gpg.asc [Releases](https://github.com/JanssenProject/jans/releases) ``` -wget https://github.com/JanssenProject/jans/releases/download/vreplace-janssen-version/jans-replace-janssen-version-el8.x86_64.rpm -P ~/ +wget https://github.com/JanssenProject/jans/releases/download/vreplace-janssen-version/jans-replace-janssen-version-stable.el8.x86_64.rpm -P ~/ ``` - Verify integrity of the downloaded package using published `sha256sum`. @@ -49,7 +50,7 @@ wget https://github.com/JanssenProject/jans/releases/download/vreplace-janssen-v Download `sha256sum` file for the package ```shell - wget https://github.com/JanssenProject/jans/releases/download/vreplace-janssen-version/jans-replace-janssen-version-el8.x86_64.rpm.sha256sum -P ~/ + wget https://github.com/JanssenProject/jans/releases/download/vreplace-janssen-version/jans-replace-janssen-version-stable.el8.x86_64.rpm.sha256sum -P ~/ ``` Check the hash if it is matching. diff --git a/docs/janssen-server/install/vm-install/suse.md b/docs/janssen-server/install/vm-install/suse.md index 4f08242ea54..65937407888 100644 --- a/docs/janssen-server/install/vm-install/suse.md +++ b/docs/janssen-server/install/vm-install/suse.md @@ -43,6 +43,7 @@ wget https://github.com/JanssenProject/jans/files/11814522/automation-jans-publi ```shell unzip automation-jans-public-gpg.zip + ``` ```shell @@ -53,7 +54,7 @@ sudo rpm -import automation-jans-public-gpg.asc [Releases](https://github.com/JanssenProject/jans/releases) ```shell -wget https://github.com/JanssenProject/jans/releases/download/vreplace-janssen-version/jans-replace-janssen-version.suse15.x86_64.rpm +wget https://github.com/JanssenProject/jans/releases/download/vreplace-janssen-version/jans-replace-janssen-version-stable.suse15.x86_64.rpm ``` - Verify integrity of the downloaded package using published `sha256sum`. @@ -61,7 +62,7 @@ wget https://github.com/JanssenProject/jans/releases/download/vreplace-janssen-v Download `sha256sum` file for the package ```shell -wget https://github.com/JanssenProject/jans/releases/download/vreplace-janssen-version/jans-replace-janssen-version.suse15.x86_64.rpm.sha256sum +wget https://github.com/JanssenProject/jans/releases/download/vreplace-janssen-version/jans-replace-janssen-version-stable.suse15.x86_64.rpm.sha256sum ``` Check the hash if it is matching. You may need to change your working directory diff --git a/docs/janssen-server/install/vm-install/ubuntu.md b/docs/janssen-server/install/vm-install/ubuntu.md index 1db461aa491..c6bc2caddfe 100644 --- a/docs/janssen-server/install/vm-install/ubuntu.md +++ b/docs/janssen-server/install/vm-install/ubuntu.md @@ -9,6 +9,7 @@ tags: # Ubuntu Janssen Installation ## Supported Versions + - Ubuntu 22.04 - Ubuntu 20.04 @@ -38,7 +39,7 @@ sudo gpg --import automation-jans-public-gpg.asc; [Releases](https://github.com/JanssenProject/jans/releases) ``` -wget https://github.com/JanssenProject/jans/releases/download/vreplace-janssen-version/jans_replace-janssen-version.ubuntu22.04_amd64.deb -P /tmp +wget https://github.com/JanssenProject/jans/releases/download/vreplace-janssen-version/jans_replace-janssen-version-stable.ubuntu22.04_amd64.deb -P /tmp ``` - Verify integrity of the downloaded package by verifying published `sha256sum`. @@ -46,7 +47,7 @@ wget https://github.com/JanssenProject/jans/releases/download/vreplace-janssen-v Download `sha256sum` file for the package ```shell - wget https://github.com/JanssenProject/jans/releases/download/vreplace-janssen-version/jans_replace-janssen-version.ubuntu22.04_amd64.deb.sha256sum -P /tmp + wget https://github.com/JanssenProject/jans/releases/download/vreplace-janssen-version/jans_replace-janssen-version-stable.ubuntu22.04_amd64.deb.sha256sum -P /tmp ``` Check the hash if it is matching. @@ -74,7 +75,7 @@ sudo apt install ./jans_replace-janssen-version.ubuntu22.04_amd64.deb [Releases](https://github.com/JanssenProject/jans/releases) ``` -wget https://github.com/JanssenProject/jans/releases/download/vreplace-janssen-version/jans_replace-janssen-version.ubuntu20.04_amd64.deb -P /tmp +wget https://github.com/JanssenProject/jans/releases/download/vreplace-janssen-version/jans_replace-janssen-version-stable.ubuntu20.04_amd64.deb -P /tmp ``` - Verify integrity of the downloaded package by verifying published `sha256sum`. @@ -82,7 +83,7 @@ wget https://github.com/JanssenProject/jans/releases/download/vreplace-janssen-v Download `sha256sum` file for the package ```shell - wget https://github.com/JanssenProject/jans/releases/download/vreplace-janssen-version/jans_replace-janssen-version.ubuntu20.04_amd64.deb.sha256sum -P /tmp + wget https://github.com/JanssenProject/jans/releases/download/vreplace-janssen-version/jans_replace-janssen-version-stable.ubuntu20.04_amd64.deb.sha256sum -P /tmp ``` Check the hash if it is matching.