Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Makefile with -y flags #207

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update Makefile with -y flags #207

wants to merge 1 commit into from

Conversation

baluchicken
Copy link
Contributor

Just a minor thing, update makefile with -y flags to avoid interactive questions during setup

@baluchicken baluchicken requested a review from a team as a code owner August 8, 2023 06:36
@@ -14,8 +14,8 @@ install-gomobile:
install-linux-dependencies:
sudo apt update
sudo snap install go --classic
sudo apt install default-jdk git
sudo apt install gcc-aarch64-linux-gnu gcc-x86-64-linux-gnu
sudo apt install -y default-jdk git
Copy link
Member

@bonifaido bonifaido Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also these two lines could be inlined into one install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants