Skip to content

Commit 82599ec

Browse files
manojs1978moabu
andauthored
docs: ubuntu.md for flex stable (#1956)
* Update ubuntu.md for flex stable Signed-off-by: manoj suryawanshi <manojsurya78@gmail.com> * Update suse.md for stable release Signed-off-by: manoj suryawanshi <manojsurya78@gmail.com> * Update rhel.md for stable release Signed-off-by: manoj suryawanshi <manojsurya78@gmail.com> * Update suse.md for stable release Signed-off-by: manoj suryawanshi <manojsurya78@gmail.com> * Update rhel.md for stable release Signed-off-by: manoj suryawanshi <manojsurya78@gmail.com> --------- Signed-off-by: manoj suryawanshi <manojsurya78@gmail.com> Co-authored-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com>
1 parent dbe501f commit 82599ec

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

docs/install/vm-install/rhel.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sudo yum -y module enable mod_auth_openidc;
4040
- Download the release package from the Github Flex
4141
[Releases](https://github.com/gluufederation/flex/releases)
4242
```shell
43-
wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex-replace-flex-version-stable-el8.x86_64.rpm -P /tmp
43+
wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex-replace-flex-version-stable.el8.x86_64.rpm -P /tmp
4444
```
4545
- GPG key is used to ensure the authenticity of the downloaded package during the installation process. If the key is
4646
not found, the [installation step](#install-the-release-package) would fail. Use the commands below to download and
@@ -56,12 +56,12 @@ sudo rpm -import automation-flex-public-gpg.asc
5656
```
5757
- Verify the integrity of the downloaded package using published `sha256sum`. Download the `sha256sum` file for the package
5858
```shell
59-
wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex-replace-flex-version-stable-el8.x86_64.rpm.sha256sum -P /tmp
59+
wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex-replace-flex-version-stable.el8.x86_64.rpm.sha256sum -P /tmp
6060
```
6161
Run the command below from the directory where the downloaded package and the `.sha256sum` files are located.
6262
```shell
6363
cd /tmp;
64-
sha256sum -c flex-replace-flex-version-el8.x86_64.rpm.sha256sum;
64+
sha256sum -c flex-replace-flex-version-stable.el8.x86_64.rpm.sha256sum;
6565
```
6666
Output similar to below should confirm the integrity of the downloaded package.
6767
```text
@@ -70,7 +70,7 @@ flex-replace-flex-version-el8.x86_64.rpm : ok
7070

7171
### Install the Release Package
7272
```shell
73-
sudo yum install ./flex-replace-flex-version-el8.x86_64.rpm
73+
sudo yum install ./flex-replace-flex-version-stable.el8.x86_64.rpm
7474
```
7575

7676
## Run the setup script

docs/install/vm-install/suse.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sudo SUSEConnect -p PackageHub/15.4/x86_64
4040

4141
- Download the release package from the GitHub FLEX [Releases](https://github.com/gluufederation/flex/releases)
4242
```shell
43-
wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex-replace-flex-version-stable-suse15.x86_64.rpm -P ~/
43+
wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex-replace-flex-version-stable.suse15.x86_64.rpm -P ~/
4444
```
4545

4646
- GPG key is used to ensure the authenticity of the downloaded package during the installation process. If the key is
@@ -58,12 +58,12 @@ sudo rpm -import automation-flex-public-gpg.asc
5858

5959
- Verify the integrity of the downloaded package using published `sha256sum`. Download the `sha256sum` file for the package
6060
```
61-
wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex-replace-flex-version-stable-suse15.x86_64.rpm.sha256sum -P ~/
61+
wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex-replace-flex-version-stable.suse15.x86_64.rpm.sha256sum -P ~/
6262
```
6363

6464
- Verify package integrity
6565
```
66-
sha256sum -c flex-replace-flex-version-suse15.x86_64.rpm.sha256sum
66+
sha256sum -c flex-replace-flex-version-stable.suse15.x86_64.rpm.sha256sum
6767
```
6868
You should see:
6969
```
@@ -74,7 +74,7 @@ flex-replace-flex-version-suse15.x86_64.rpm: ok
7474

7575
Use SUSE `zypper` to install
7676
```shell
77-
sudo zypper install ~/flex-replace-flex-version-suse15.x86_64.rpm
77+
sudo zypper install ~/flex-replace-flex-version-stable.suse15.x86_64.rpm
7878
```
7979

8080
### Run the setup script

docs/install/vm-install/ubuntu.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,16 @@ Choose the correct command from below based on the OS version.
6767
```shell
6868
#Ubuntu 22.04
6969
cd /tmp
70-
sha256sum -c flex_replace-flex-version.ubuntu22.04_amd64.deb.sha256sum
70+
sha256sum -c flex_replace-flex-version-stable.ubuntu22.04_amd64.deb.sha256sum
7171
```
7272
```shell
7373
#Ubuntu 20.04
7474
cd /tmp
75-
sha256sum -c flex_replace-flex-version.ubuntu20.04_amd64.deb.sha256sum
75+
sha256sum -c flex_replace-flex-version-stable.ubuntu20.04_amd64.deb.sha256sum
7676
```
7777
Output similar to below should confirm the integrity of the downloaded package.
7878
```shell
79-
flex_replace-flex-version.ubuntu<version>_amd64.deb: ok
79+
flex_replace-flex-version-stable.ubuntu<version>_amd64.deb: ok
8080
```
8181

8282
### Install the Release Package
@@ -85,11 +85,11 @@ Choose the correct command from below based on the OS version.
8585

8686
```shell
8787
#Ubuntu 22.04
88-
apt install -y /tmp/flex_replace-flex-version.ubuntu22.04_amd64.deb
88+
apt install -y /tmp/flex_replace-flex-version-stable.ubuntu22.04_amd64.deb
8989
```
9090
```shell
9191
#Ubuntu 20.04
92-
apt install -y /tmp/flex_replace-flex-version.ubuntu20.04_amd64.deb
92+
apt install -y /tmp/flex_replace-flex-version-stable.ubuntu20.04_amd64.deb
9393
```
9494

9595
### Run the setup script

0 commit comments

Comments
 (0)