dotfiles/dot_scripts/configure_etc_hosts.sh
2020-07-14 10:37:24 +02:00

5 lines
131 B
Bash
Executable File

#!/usr/bin/env bash
# Customize /etc/hosts
echo "Overriding /etc/hosts"
curl https://someonewhocares.org/hosts/hosts -o /etc/hosts