Browse Source

Modify the benchmark installer to download the dart SDK.

Michael Hixson 12 years ago
parent
commit
1881464ee3
1 changed files with 5 additions and 0 deletions
  1. 5 0
      installer.py

+ 5 - 0
installer.py

@@ -37,6 +37,11 @@ class Installer:
     # Languages
     #######################################
 
+    #
+    # Dart
+    #
+    self.__run_command("curl https://storage.googleapis.com/dart-editor-archive-integration/latest/dartsdk-linux-64.tar.gz | tar xvz")
+
     #
     # Erlang
     #