Skip to content

Commit 6b385a7

Browse files
author
Will Alexander
committed
Add -s flag to pipeline usage example
1 parent 13f1b29 commit 6b385a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ list, read the hosts file entries from it with hostsblock, and concatenate the
3333
original hosts file with the ad-blocking entries to create the actual hosts
3434
file:
3535

36-
curl https://www.fanboy.co.nz/r/fanboy-ultimate.txt | hostsblock - | cat /etc/hosts~ - > /etc/hosts
36+
curl -s https://www.fanboy.co.nz/r/fanboy-ultimate.txt | hostsblock - | cat /etc/hosts~ - > /etc/hosts

0 commit comments

Comments
 (0)