diff --git a/docs/janssen-server/install/vm-install/suse.md b/docs/janssen-server/install/vm-install/suse.md index 83c97e35430..4f08242ea54 100644 --- a/docs/janssen-server/install/vm-install/suse.md +++ b/docs/janssen-server/install/vm-install/suse.md @@ -53,7 +53,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.suse15.x86_64.rpm ``` - Verify integrity of the downloaded package using published `sha256sum`. @@ -61,14 +61,14 @@ 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.suse15.x86_64.rpm.sha256sum ``` Check the hash if it is matching. You may need to change your working directory to where both the rpm and sha256sum file are located. ```shell -sha256sum -c jans-replace-janssen-version-suse15.x86_64.rpm.sha256sum +sha256sum -c jans-replace-janssen-version.suse15.x86_64.rpm.sha256sum ``` Output similar to below should confirm the integrity of the downloaded package. @@ -80,7 +80,7 @@ Output similar to below should confirm the integrity of the downloaded package. - Install the package ``` -sudo zypper install ~/jans-replace-janssen-version-suse15.x86_64.rpm +sudo zypper install ~/jans-replace-janssen-version.suse15.x86_64.rpm ``` ## Run the setup script