Skip to content

Commit

Permalink
Update Windows installer hash
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyWharton committed Jun 22, 2020
1 parent 4c89f46 commit b8bb5f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/clients/windows/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ and hold Shift and Right Click, and select "Open PowerShell window here".
Once in PowerShell and in the same folder as the MSI installer, run the following
command:

.. code-block:: bash
.. code-block:: powershell
Get-FileHash .\uh-vpn-installer_1.0.0.msi
Get-FileHash .\uh-vpn-installer_1.0.1.msi
The output should be as follows, pay close attention that the Hash is exactly
the same.

.. code-block:: bash
.. code-block:: none
Algorithm Hash Path
--------- ---- ----
SHA256 32361FCCF91C9D491AD790011CBC529DEC39A0F33EF10B0862BF939A7C4C089A uh-vpn-installer_1.0.0.msi
SHA256 1FE952AE389CDEF4F430980C07C6FF29CA7CCD38CD80EF32E19717F2646AAE44 uh-vpn-installer_1.0.1.msi
Alternatively, one can right click on the MSI in Windows File Exporer and select
Expand Down

0 comments on commit b8bb5f1

Please sign in to comment.