Skip to content

Commit

Permalink
Patch obsolete commands #m1update
Browse files Browse the repository at this point in the history
  • Loading branch information
silpheel committed Oct 15, 2022
1 parent dfdf3bf commit 9d21f5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/__dotfiles_install
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ elif [[ "${OS}" == "osx" ]]; then
sudo xcode-select --install

echo "Installing Homebrew, then git."
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
/usr/local/bin/brew install git
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
/opt/homebrew/bin/brew install git
fi

dotfiles_repo="git@github.com:silpheel/dotfiles.git"
Expand Down

0 comments on commit 9d21f5b

Please sign in to comment.