From 117a918125e9a6a6f7d9789b53d0b54c3652e706 Mon Sep 17 00:00:00 2001 From: manoj suryawanshi Date: Mon, 18 Dec 2023 15:12:21 +0530 Subject: [PATCH] Update ubuntu.md for ubuntu Signed-off-by: manoj suryawanshi --- docs/install/vm-install/ubuntu.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/install/vm-install/ubuntu.md b/docs/install/vm-install/ubuntu.md index 5d40c2eb9..e0f89c7c8 100644 --- a/docs/install/vm-install/ubuntu.md +++ b/docs/install/vm-install/ubuntu.md @@ -66,11 +66,13 @@ Run the command below from the directory where the downloaded package and the `. Choose the correct command from below based on the OS version. ```shell #Ubuntu 22.04 -sha256sum -c flex_replace-flex-version.ubuntu22.04_amd64.deb.sha256sum +cd /tmp; +sha256sum -c flex_replace-flex-version.ubuntu22.04_amd64.deb.sha256sum; ``` ```shell #Ubuntu 20.04 -sha256sum -c flex_replace-flex-version.ubuntu20.04_amd64.deb.sha256sum +cd /tmp; +sha256sum -c flex_replace-flex-version.ubuntu20.04_amd64.deb.sha256sum; ``` Output similar to below should confirm the integrity of the downloaded package. ```shell