Description
Comment
Context and progress go here
Goal and requirements
#!/bin/sh | |
# Install Homebrew | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile | |
eval "$(/opt/homebrew/bin/brew shellenv)" | |
# Install Java, Android command line tools and scrcpy | |
brew install openjdk@11 | |
sudo ln -sfn /opt/homebrew/opt/openjdk@11/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-11.jdk |
<!--- Provide a general summary of your changes in the Title above --> | |
<!--- If there is no changelog entry, label this PR as trivial to bypass the Danger warning --> | |
## Description | |
<!--- Describe your changes in detail --> | |
## Motivation and Context | |
<!--- Why is this change required? What problem does it solve? --> |
NOTE FOR UDACITY STUDENTS
This project was submitted by Amaël Sikel aka r4dixx, as part of Udacity's Android Basics Nanodegree (Google Developer Challenge 2017-2018)
As stated in the Udacity Honor Code and Community Code of Conduct, any project and/or submission must be your own work:
"Any User of the Online Courses agrees that he or she: [...]
will not cheat on any homework assignment or exams for the Online Courses; will not share solutions to homework assignments or exams; [...] By using Udacity services, you commit yourself to: