1
0
Fork 0
mirror of synced 2024-07-03 20:01:08 -04:00

Compare commits

..

No commits in common. "21a95d05e0781afcd13b167946b69164d600f0c0" and "26aedd311b1fd2f2eeb8c933bbe0f986dd6badeb" have entirely different histories.

View file

@ -63,7 +63,7 @@ if [ "$system_type" = "Darwin" ]; then
# install homebrew if it's missing
if ! command -v brew >/dev/null 2>&1; then
echo "Installing homebrew"
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fi
if [ -f "$HOME/.Brewfile" ]; then