update-etc-hosts-file.sh 144 B

12345
  1. #!/usr/bin/env bash
  2. set -euo pipefail # bash strict mode
  3. wget "https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts" -O /tmp/hosts