Fixed compatibility with Ruby 2.0 (macOS <= 10.12)
Fixes Homebrew/brew#7180.
This commit is contained in:
8
install
8
install
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user