1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2024-10-27 20:34:27 +00:00

Merge pull request #468 from paddyroddy/patch-1

This commit is contained in:
Tim Byrne 2023-10-20 09:04:12 -05:00
commit 21a95d05e0
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12

View File

@ -63,7 +63,7 @@ if [ "$system_type" = "Darwin" ]; then
# install homebrew if it's missing # install homebrew if it's missing
if ! command -v brew >/dev/null 2>&1; then if ! command -v brew >/dev/null 2>&1; then
echo "Installing homebrew" 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 fi
if [ -f "$HOME/.Brewfile" ]; then if [ -f "$HOME/.Brewfile" ]; then