Improve compatibility with CentOS

This commit is contained in:
Morgan Wattiez 2019-08-11 10:50:27 +02:00
parent 8b37f99a80
commit 333b5fbba1

View File

@ -110,7 +110,11 @@ sudo make install
cd ~/
# OSX Defaults
sudo sh .macos
case "$(uname -s)" in
Darwin)
sudo sh .macos
;;
esac
# Customize /etc/hosts
curl https://someonewhocares.org/hosts/hosts -o /etc/hosts