1
0
Fork 0
mirror of synced 2024-06-29 18:11:09 -04:00

Compare commits

...

2 commits

Author SHA1 Message Date
Tim Byrne 21a95d05e0
Merge pull request #468 from paddyroddy/patch-1 2023-10-20 09:04:12 -05:00
Patrick Roddy f2f64a7772
Fix typo in bootstrapping 2023-10-19 11:29:50 +01:00

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)"
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
fi
if [ -f "$HOME/.Brewfile" ]; then