瀏覽代碼

bundled cowboy and elli into one branch.

Heinz N. Gies 12 年之前
父節點
當前提交
3a19b6d19c
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      installer.py

+ 6 - 0
installer.py

@@ -30,6 +30,12 @@ class Installer:
     # Languages
     #######################################
 
+    #
+    # Erlang
+    #
+    self.__run_command("curl -klO https://elearning.erlang-solutions.com/couchdb//rbingen_adapter//package_R16B_precise64_1361901944/esl-erlang_16.b-1~ubuntu~precise_amd64.deb")
+    self.__run_command("sudo /usr/bin/dpkg --install esl-erlang_16.b-1~ubuntu~precise_amd64.deb")
+
     #
     # Python
     #