@@ -40,7 +40,7 @@ sudo yum -y module enable mod_auth_openidc;
40
40
- Download the release package from the Github Flex
41
41
[ Releases] ( https://github.com/gluufederation/flex/releases )
42
42
``` 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
44
44
```
45
45
- GPG key is used to ensure the authenticity of the downloaded package during the installation process. If the key is
46
46
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
56
56
```
57
57
- Verify the integrity of the downloaded package using published ` sha256sum ` . Download the ` sha256sum ` file for the package
58
58
``` 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
60
60
```
61
61
Run the command below from the directory where the downloaded package and the ` .sha256sum ` files are located.
62
62
``` shell
63
63
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;
65
65
```
66
66
Output similar to below should confirm the integrity of the downloaded package.
67
67
``` text
@@ -70,7 +70,7 @@ flex-replace-flex-version-el8.x86_64.rpm : ok
70
70
71
71
### Install the Release Package
72
72
``` 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
74
74
```
75
75
76
76
## Run the setup script
0 commit comments