Skip to content

Instantly share code, notes, and snippets.

@mlocher
Created October 16, 2014 11:42
Show Gist options
  • Save mlocher/09849a19781be841e093 to your computer and use it in GitHub Desktop.
Save mlocher/09849a19781be841e093 to your computer and use it in GitHub Desktop.
Install Dart
#!/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