Created
October 16, 2014 11:42
-
-
Save mlocher/09849a19781be841e093 to your computer and use it in GitHub Desktop.
Install Dart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# go to https://www.dartlang.org/tools/download_archive/ and choose | |
# the revision you want to download. use "latest" to always grab the | |
# latest stable version. | |
REV="latest" | |
wget https://storage.googleapis.com/dart-archive/channels/stable/release/${REV}/sdk/dartsdk-linux-x64-release.zip | |
unzip -o dartsdk-linux-x64-release.zip -d ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment