From f4f2e2bec7b5ad2d4135ca7aa709a23ca7104cdc Mon Sep 17 00:00:00 2001 From: Mary Camp Date: Tue, 9 Jul 2019 12:59:47 -0400 Subject: [PATCH] Corrects Step 4 command to verify integrity. (#602) Signed-off-by: MCamp859 --- .../guides/maintenance/download-verify-decompress-mac.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/clear-linux/guides/maintenance/download-verify-decompress-mac.rst b/source/clear-linux/guides/maintenance/download-verify-decompress-mac.rst index 2507fe3b..818b940f 100644 --- a/source/clear-linux/guides/maintenance/download-verify-decompress-mac.rst +++ b/source/clear-linux/guides/maintenance/download-verify-decompress-mac.rst @@ -35,7 +35,7 @@ checksum file designated with the suffix `-SHA512SUMS`. .. code-block:: bash - shasum -a512 ./clear-[version number]-[image type].[compression type] | diff ./clear-[version number]-[image type].[compression type]-SHA512SUMS - + shasum -a512 clear-[version number]-[image type].[compression type] | diff clear-[version number]-[image type].[compression type]-SHA512SUMS - If the checksum of the downloaded image is different than the original checksum, the differences will be displayed. Otherwise, an empty output indicates @@ -44,8 +44,8 @@ a match and your downloaded image is good. Decompress the |CL| image ************************* -We compress all released |CL| images by default with either GNU zip -(`.gz`) or xz (`.xz`). The compression type we use depends on the target +We compress all released |CL| images by default with either GNU zip +(`.gz`) or xz (`.xz`). The compression type we use depends on the target platform or environment. To decompress the image, follow these steps: #. Start the Terminal app.