diff --git a/setup/native-script.rb b/setup/native-script.rb index 8687c50336..e13e1d6fd0 100755 --- a/setup/native-script.rb +++ b/setup/native-script.rb @@ -92,6 +92,7 @@ def install_environment_variable(name, value) exit end +install("Google Chrome", "Installing Google Chrome, used for debugging", "brew cask install google-chrome", false, false); 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) install("Android SDK", "Installing Android SDK", 'brew tap caskroom/cask; brew cask install android-sdk', false) @@ -150,4 +151,4 @@ def install_environment_variable(name, value) end puts "The ANDROID_HOME and JAVA_HOME environment variables have been added to your .bash_profile/.zprofile" -puts "Restart the terminal or run `source ~/.bash_profile` to use them." \ No newline at end of file +puts "Restart the terminal or run `source ~/.bash_profile` to use them."