Skip to content

Instantly share code, notes, and snippets.

@damondouglas
Last active August 29, 2015 13:56
Show Gist options
  • Save damondouglas/8949688 to your computer and use it in GitHub Desktop.
Save damondouglas/8949688 to your computer and use it in GitHub Desktop.
Update Dart
cd ~/Downloads/
pwd
rm -rf dart
rm darteditor-macos-x64.zip
curl -O http://storage.googleapis.com/dart-archive/channels/stable/release/latest/editor/darteditor-macos-x64.zip
unzip darteditor-macos-x64.zip
ls dart*
cd /usr/local
pwd
ls dart
sudo rm -rf dart
sudo cp -R ~/Downloads/dart .
cd ~
pwd
dart --version
@damondouglas
Copy link
Author

Remember to:
chmod +x updatedart.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment