1
1
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-09-11 12:49:18 +03:00

fix: prevent escaping quotes

Co-authored-by: João Thallis <joaothallis@icloud.com>
This commit is contained in:
Ameya Shenoy 2024-06-03 10:43:12 +05:30 committed by GitHub
parent 68387a9ce2
commit 1dfd205ce9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ let
echo "Homebrew doesn't seem to be installed. Please install homebrew separately." >&2
echo "You can install homebrew using the following command" >&2
echo >&2
echo ' /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"' >&2
echo ' /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"' >&2
echo >&2
exit 2
fi