From 6d257a827332a1fadd4e32e97b57b4a8d13cde8f Mon Sep 17 00:00:00 2001 From: Rick <137729263+PlebRick@users.noreply.github.com> Date: Sun, 17 Dec 2023 11:07:15 -0600 Subject: [PATCH] B1ack swan9 patch 1 (#566) * Update os-x86.rst clarified that you need to change directory before running the command and updated the version to 0.3.5.1-39de098_x86_64.iso * Update os-x86.rst Clarified that you need to change directory before running the command also updated to latest version of StartOS --------- Co-authored-by: B1ackSwan9 <137729263+B1ackSwan9@users.noreply.github.com> --- site/source/flashing-guides/os-x86.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/site/source/flashing-guides/os-x86.rst b/site/source/flashing-guides/os-x86.rst index eca117f..0ae6d35 100644 --- a/site/source/flashing-guides/os-x86.rst +++ b/site/source/flashing-guides/os-x86.rst @@ -30,12 +30,11 @@ Select your OS to continue: .. group-tab:: Mac - (Optional, but recommended) Verify the checksum against the one listed on GitHub by opening a terminal and entering: + (Optional, but recommended) Verify the checksum against the one listed on GitHub by opening a terminal, changing your directory to where you downloaded the .iso file, and entering: .. code-block:: - openssl dgst -sha256 startos-0.3.4.2-efc56c0-20230525_x86_64.iso - + openssl dgst -sha256 startos-0.3.5.1-39de098_x86_64.iso .. group-tab:: Windows (Optional, but recommended) Verify the checksum against the one listed on GitHub by opening Windows PowerShell, changing your directory to where you downloaded the .img.gz file, and running `Get-FileHash`: