Live data from Hacker News

Download Atom without invite

pastebin.com

1–10 of 10 posts

Re: Download Atom without invite

#2
Well, even the zip was easily distributable. I don't think they really put much effort in licensing. I guess they make it semi-invite only to get some more hype? Or maybe just to limit the amount of testers..

Re: Download Atom without invite

#6
Nice idea, but for me this 5 line mac-specific shell script had two errors. Did anyone actually try this?

Here's a version that worked for me

   #!/bin/sh
   cd ~
   curl -L --insecure https://www.atom.io/api/updates/download -A "Atom/0.1 CFNetwork/1.5" > Atom.zip
   unzip Atom.zip
   mv Atom.app /Applications/
   rm -rf Atom.zip

Re: Download Atom without invite

#7
post #6

Nice idea, but for me this 5 line mac-specific shell script had two errors. Did anyone actually try this? Here's a version that worked for me #!/bin/sh cd ~ curl -L --insecure https://www.atom.io/api/updates/download -A "Atom/0.1 CFNetwork/1.5" > Atom.zip unzip Atom.zip mv Atom.app /Applications/ rm -rf Atom.zip

[deleted]

Re: Download Atom without invite

#8
post #7
post #6

Nice idea, but for me this 5 line mac-specific shell script had two errors. Did anyone actually try this? Here's a version that worked for me #!/bin/sh cd ~ curl -L --insecure https://www.atom.io/api/updates/download -A "Atom/0.1 CFNetwork/1.5" > Atom.zip unzip Atom.zip mv Atom.app /Applications/ rm -rf Atom.zip

[deleted]

[deleted]

Re: Download Atom without invite

#10
post #6

Nice idea, but for me this 5 line mac-specific shell script had two errors. Did anyone actually try this? Here's a version that worked for me #!/bin/sh cd ~ curl -L --insecure https://www.atom.io/api/updates/download -A "Atom/0.1 CFNetwork/1.5" > Atom.zip unzip Atom.zip mv Atom.app /Applications/ rm -rf Atom.zip

I am getting only {"message":"Not Found"} ... guess it doesn't anymore.