Hacker News new | ask | show | jobs
by generationP 1856 days ago
$ curl -sf https://gobinaries.com/wabarc/wayback/cmd/wayback | sh

  uname_os_check 'CYGWIN_NT-10.0' got converted to 'cygwin_nt-10.0' which is not a GOOS value. Please file bug at https://github.com/client9/shlib
Hmm... let's add "cygwin*) os="windows" ;;" to the shell file.

skraeling@moria ~ $ curl -sf https://gobinaries.com/wabarc/wayback/cmd/wayback > wayback

skraeling@moria ~ $ nano ./wayback

skraeling@moria ~ $ chmod 777 ./wayback

skraeling@moria ~ $ ./wayback

  ==> Downloading github.com/wabarc/wayback/cmd/wayback@master
  ==> Resolved version master to v0.12.1
  ==> Downloading binary for windows amd64

  Error downloading, got 500 response from server
Am I doing something wrong here?