Skip to content

Instantly share code, notes, and snippets.

@dataich
Created January 11, 2012 11:48
Show Gist options
  • Select an option

  • Save dataich/1594321 to your computer and use it in GitHub Desktop.

Select an option

Save dataich/1594321 to your computer and use it in GitHub Desktop.
Formula for Onion
require 'formula'
class Onion < Formula
head 'https://github.com/c9s/Onion/raw/master/onion'
homepage 'https://github.com/c9s/Onion'
def install
system "chmod a+x onion"
system "mkdir -p #{prefix}/bin"
system "cp onion #{prefix}/bin"
end
def test
system "onion --version"
end
end
@c9s
Copy link
Copy Markdown

c9s commented Feb 6, 2012

Hi,

I built a script for installing:

you can simply run:

 curl http://install.onionphp.org/ | sh

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