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

Add support for mac #81

Merged
merged 2 commits into from
May 10, 2017
Merged

Add support for mac #81

merged 2 commits into from
May 10, 2017

Conversation

Max-Meldrum
Copy link
Collaborator

@Max-Meldrum Max-Meldrum commented May 9, 2017

Needs to be tested on a Mac comp.

installscript.sh Outdated
exit 1
fi
if [[ $OSTYPE == *"darwin"* ]]; then
brew install md5sha1sum
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe check that brew is installed first?

sudo apt-get -y install sbt openjdk-8-jdk
# Npm
sudo apt-get install -y npm
sudo npm install -g grunt
Copy link
Collaborator

Choose a reason for hiding this comment

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

You need grunt on mac aswell

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

added grunt install

@Max-Meldrum Max-Meldrum merged commit 61950ce into master May 10, 2017
@Max-Meldrum Max-Meldrum deleted the update_installscript_mac branch May 10, 2017 07:26
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.

4 participants