This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Downloads Steven Black's "Unified hosts + fakenews" hosts file | |
| # and replaces the existing system hosts file | |
| # https://github.com/StevenBlack/hosts | |
| # | |
| # If you want to make any manual persistent changes to the system hosts | |
| # file, run this script first, then make sure that the change is backed up to | |
| # /etc/hosts.orig |