Skip to content

Instantly share code, notes, and snippets.

@ThejanW
Forked from jwebcat/gist:5122366
Created July 15, 2017 16:25
Show Gist options
  • Select an option

  • Save ThejanW/41d3ec5e846c80f06b69ebfd533b72b3 to your computer and use it in GitHub Desktop.

Select an option

Save ThejanW/41d3ec5e846c80f06b69ebfd533b72b3 to your computer and use it in GitHub Desktop.

Revisions

  1. @jwebcat jwebcat revised this gist Mar 12, 2013. No changes.
  2. @jwebcat jwebcat revised this gist Mar 11, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    wget --no-check-certificate --content-disposition https://github.com/joyent/node/tarball/v0.7.1
    # this was necessary for me to have wget not puke about https
    # --no-check-cerftificate was necessary for me to have wget not puke about https
    curl -LJO https://github.com/joyent/node/tarball/v0.7.1
  3. @jwebcat jwebcat revised this gist Mar 9, 2013. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,3 @@
    wget --content-disposition https://github.com/joyent/node/tarball/v0.7.1
    wget --no-check-certificate --content-disposition https://github.com/joyent/node/tarball/v0.7.1
    # this was necessary for me to have wget not puke about https
    curl -LJO https://github.com/joyent/node/tarball/v0.7.1
  4. @lemenkov lemenkov created this gist Jan 25, 2012.
    2 changes: 2 additions & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    wget --content-disposition https://github.com/joyent/node/tarball/v0.7.1
    curl -LJO https://github.com/joyent/node/tarball/v0.7.1