mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2025-04-26 03:45:21 -04:00
Update macos.sh
This commit is contained in:
parent
c8c51fdfe6
commit
cab1a733f8
@ -20,6 +20,10 @@ if test ! "$(which brew)"; then
|
|||||||
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Fix some installation errors
|
||||||
|
sudo chown -R $(whoami) /usr/local/share/man/man8
|
||||||
|
chmod u+w /usr/local/share/man/man8
|
||||||
|
|
||||||
# Disable analytics
|
# Disable analytics
|
||||||
# https://docs.brew.sh/Analytics
|
# https://docs.brew.sh/Analytics
|
||||||
brew analytics off
|
brew analytics off
|
||||||
|
Loading…
x
Reference in New Issue
Block a user