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

Commit

Permalink
Updated as per 3.3.2
Browse files Browse the repository at this point in the history
or SHA1 as in line 12:
&& echo 'af3d28490e85f7f9d9201d3c7b233396131d90dd  /tmp/hblock' | shasum -c \
  • Loading branch information
vdbhb59 authored Apr 28, 2022
1 parent dde4d4b commit df1f2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ See ["**Source**"](https://github.com/vdbhb59/hosts#sources) below for credits a

___
# Install hblock
Thanks to [Héctor Molinero Fernández](https://github.com/hectorm/hblock/blob/master/hblock) for this methodology.
Thanks to [Héctor Molinero Fernández](https://github.com/hectorm/hblock/blob/master/hblock) for his scriptures.

```sh
curl -o /tmp/hblock 'https://raw.githubusercontent.com/vdbhb59/hosts/master/hblock' \
&& echo '3e63ea3077c83cfdc1970359cfd46192c0c077f262c2a64daa7e4b8686518aed /tmp/hblock' | shasum -c \
&& echo '72664e740c5c74e7c3d442e90356b4387668045c /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 df1f2c7

Please sign in to comment.