Improve compatibility with CentOS
This commit is contained in:
parent
8b37f99a80
commit
333b5fbba1
@ -110,7 +110,11 @@ sudo make install
|
|||||||
cd ~/
|
cd ~/
|
||||||
|
|
||||||
# OSX Defaults
|
# OSX Defaults
|
||||||
|
case "$(uname -s)" in
|
||||||
|
Darwin)
|
||||||
sudo sh .macos
|
sudo sh .macos
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# Customize /etc/hosts
|
# Customize /etc/hosts
|
||||||
curl https://someonewhocares.org/hosts/hosts -o /etc/hosts
|
curl https://someonewhocares.org/hosts/hosts -o /etc/hosts
|
||||||
|
Loading…
Reference in New Issue
Block a user