File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ hBlock is available in various package managers. Please check the [PACKAGES.md](
3535The latest available version can also be installed manually by running the following commands:
3636
3737``` sh
38- curl -o /tmp/hblock ' https://raw.githubusercontent.com/hectorm/hblock/v3.3.2 /hblock' \
39- && echo ' 864160641823734378b69da7aa28477771e125af66cf47d5f0f7c8233ef1837f /tmp/hblock' | shasum -c \
38+ curl -o /tmp/hblock ' https://raw.githubusercontent.com/hectorm/hblock/v3.4.0 /hblock' \
39+ && echo ' 4031d86cd04fd7c6cb1b7e9acb1ffdbe9a3f84f693bfb287c68e1f1fa2c14c3b /tmp/hblock' | shasum -c \
4040 && sudo mv /tmp/hblock /usr/local/bin/hblock \
4141 && sudo chown 0:0 /usr/local/bin/hblock \
4242 && sudo chmod 755 /usr/local/bin/hblock
Original file line number Diff line number Diff line change 44export LC_ALL=' C'
55
66# Metadata.
7- if [ -z " ${HBLOCK_VERSION+x} " ]; then HBLOCK_VERSION=' 3.3.2 ' ; fi
7+ if [ -z " ${HBLOCK_VERSION+x} " ]; then HBLOCK_VERSION=' 3.4.0 ' ; fi
88if [ -z " ${HBLOCK_AUTHOR+x} " ]; then HBLOCK_AUTHOR=' Héctor Molinero Fernández <hector@molinero.dev>' ; fi
99if [ -z " ${HBLOCK_LICENSE+x} " ]; then HBLOCK_LICENSE=' MIT, https://opensource.org/licenses/MIT' ; fi
1010if [ -z " ${HBLOCK_REPOSITORY+x} " ]; then HBLOCK_REPOSITORY=' https://github.com/hectorm/hblock' ; fi
Original file line number Diff line number Diff line change 11.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
2- .TH HBLOCK "1" "April 2022" "hBlock 3.3.2 " "User Commands"
2+ .TH HBLOCK "1" "June 2022" "hBlock 3.4.0 " "User Commands"
33.SH NAME
4- hBlock \- manual page for hBlock 3.3.2
4+ hBlock \- manual page for hBlock 3.4.0
55.SH SYNOPSIS
66.B hblock
77[\fI \, OPTION \/ \fR ]...
Original file line number Diff line number Diff line change 11# NAME
22
3- hBlock - manual page for hBlock 3.3.2
3+ hBlock - manual page for hBlock 3.4.0
44
55# SYNOPSIS
66
Original file line number Diff line number Diff line change 1- 864160641823734378b69da7aa28477771e125af66cf47d5f0f7c8233ef1837f hblock
1+ 4031d86cd04fd7c6cb1b7e9acb1ffdbe9a3f84f693bfb287c68e1f1fa2c14c3b hblock
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The following commands will schedule a daily update of the hosts file. See [this
44more information about systemd timers.
55
66``` sh
7- curl -o ' /tmp/hblock.#1' ' https://raw.githubusercontent.com/hectorm/hblock/v3.3.2 /resources/systemd/hblock.{service,timer}' \
7+ curl -o ' /tmp/hblock.#1' ' https://raw.githubusercontent.com/hectorm/hblock/v3.4.0 /resources/systemd/hblock.{service,timer}' \
88 && echo ' 45980a80506df48cbfa6dd18d20f0ad4300744344408a0f87560b2be73b7c607 /tmp/hblock.service' | shasum -c \
99 && echo ' 87a7ba5067d4c565aca96659b0dce230471a6ba35fbce1d3e9d02b264da4dc38 /tmp/hblock.timer' | shasum -c \
1010 && sudo mv /tmp/hblock.{service,timer} /etc/systemd/system/ \
You can’t perform that action at this time.
0 commit comments