From f129c6ca06fd9765a6bda95ca4eb4d6af492d945 Mon Sep 17 00:00:00 2001 From: obfuscurity Date: Mon, 11 Jul 2016 22:54:58 -0400 Subject: [PATCH] attempt to get DO one-click installer working with experimental branch --- app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.yml b/app.yml index 36cfb88..434e8b4 100644 --- a/app.yml +++ b/app.yml @@ -11,4 +11,4 @@ config: packages: - git runcmd: - - cd /home/install && git clone https://github.com/obfuscurity/synthesize.git && cd synthesize && bash install + - cd /home/install && git clone https://github.com/obfuscurity/synthesize.git && cd synthesize && git checkout feature/graphite-master && bash install