Fixed compatibility with Ruby 2.0 (macOS <= 10.12)

Fixes Homebrew/brew#7180.
This commit is contained in:
Bo Anderson
2020-03-15 21:26:22 +00:00
parent 2112e918a8
commit 1899e88d00

View File

@@ -1,9 +1,9 @@
#!/usr/bin/ruby
STDERR.print <<~EOS
Warning: The Ruby Homebrew installer is now deprecated and has been rewritten in
Bash. Please migrate to the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
STDERR.print <<EOS
Warning: The Ruby Homebrew installer is now deprecated and has been rewritten in
Bash. Please migrate to the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
EOS