diff --git a/docs/install/vm-install/ubuntu.md b/docs/install/vm-install/ubuntu.md index 5d40c2eb9..dda5cfaeb 100644 --- a/docs/install/vm-install/ubuntu.md +++ b/docs/install/vm-install/ubuntu.md @@ -31,11 +31,11 @@ sudo ufw allow https the correct command from below based on the OS version. ```shell #Ubuntu 22.04 -wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex_replace-flex-version.ubuntu22.04_amd64.deb -P /tmp +wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex_replace-flex-version.ubuntu22.04_amd64.deb ``` ```shell #Ubuntu 20.04 -wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex_replace-flex-version.ubuntu20.04_amd64.deb -P /tmp +wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex_replace-flex-version.ubuntu20.04_amd64.deb ``` - GPG key is used to ensure the authenticity of the downloaded package during the installation process. If the key is @@ -55,11 +55,11 @@ sudo gpg --import automation-flex-public-gpg.asc; package. Choose the correct command from below based on the OS version. ```shell #Ubuntu 22.04 -wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex_replace-flex-version.ubuntu22.04_amd64.deb.sha256sum -P /tmp +wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex_replace-flex-version.ubuntu22.04_amd64.deb.sha256sum ``` ```shell #Ubuntu 20.04 -wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex_replace-flex-version.ubuntu20.04_amd64.deb.sha256sum -P /tmp +wget https://github.com/GluuFederation/flex/releases/download/vreplace-flex-version/flex_replace-flex-version.ubuntu20.04_amd64.deb.sha256sum ``` Verify package integrity of the package that has been downloaded by checking hash. Run the command below from the directory where the downloaded package and the `.sha256sum` files are located.