Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Corrected shasum
Browse files Browse the repository at this point in the history
Correct shasum for hblock is: 6ebe27376cff2adfc712c38a0c16938b73d88b01
  • Loading branch information
vdbhb59 authored Jan 31, 2023
1 parent ad62623 commit 488a8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Thanks to [Héctor Molinero Fernández](https://github.com/hectorm/hblock/blob/m

```sh
curl -o /tmp/hblock 'https://raw.githubusercontent.com/vdbhb59/hosts/master/hblock' \
&& echo '1bf00b9c5bafccd287a1e38f0a270f0049edee5f /tmp/hblock' | shasum -c \
&& echo '6ebe27376cff2adfc712c38a0c16938b73d88b01 /tmp/hblock' | shasum -c \
&& sudo mv /tmp/hblock /usr/local/bin/hblock \
&& sudo chown 0:0 /usr/local/bin/hblock \
&& sudo chmod 755 /usr/local/bin/hblock
Expand Down

0 comments on commit 488a8e0

Please sign in to comment.