Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #67 from obfuscurity/obfuscurity-patch-1
Browse files Browse the repository at this point in the history
Remove python-openssl before trying DO one-click install
  • Loading branch information
obfuscurity authored Jun 11, 2017
2 parents 98404ca + b54035e commit bdc621a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 && apt-get -y remove python-openssl && git clone https://github.com/obfuscurity/synthesize.git && cd synthesize && bash install

0 comments on commit bdc621a

Please sign in to comment.