Skip to content

Commit e0b05f4

Browse files
authored
Install Google Chrome on Mac for debugging purpose (#3102)
1 parent e343c0a commit e0b05f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup/native-script.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def install_environment_variable(name, value)
9292
exit
9393
end
9494

95+
install("Google Chrome", "Installing Google Chrome, used for debugging", "brew cask install google-chrome", false, false);
9596
install("Java SE Development Kit", "Installing the Java SE Development Kit... This might take some time, please, be patient. (You will be prompted for your password)", 'brew cask install java', false, false)
9697
install("Android SDK", "Installing Android SDK", 'brew tap caskroom/cask; brew cask install android-sdk', false)
9798

@@ -150,4 +151,4 @@ def install_environment_variable(name, value)
150151
end
151152

152153
puts "The ANDROID_HOME and JAVA_HOME environment variables have been added to your .bash_profile/.zprofile"
153-
puts "Restart the terminal or run `source ~/.bash_profile` to use them."
154+
puts "Restart the terminal or run `source ~/.bash_profile` to use them."

0 commit comments

Comments
 (0)