Improve compatibility with CentOS
This commit is contained in:
parent
8b37f99a80
commit
333b5fbba1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user