Skip to content

Commit

Permalink
Update rhel.md for stable release
Browse files Browse the repository at this point in the history
Signed-off-by: manoj suryawanshi <[email protected]>
  • Loading branch information
manojs1978 committed Dec 27, 2024
1 parent f38e103 commit 3c11aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/janssen-server/install/vm-install/rhel.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ 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`.

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.
Expand Down

0 comments on commit 3c11aaf

Please sign in to comment.