MyHush / hush

Hush is a fork of Zcash focused on secure communications
https://myhush.org
Other
67 stars 37 forks source link

Apt repository is gone #82

Open static-void-main opened 6 years ago

static-void-main commented 6 years ago

Describe the issue

The repository 'https://dl.bintray.com/myhush/hush hush Release' does not exist anymore.

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. sudo apt-get update
  2. E: Failed to fetch https://dl.bintray.com/myhush/hush/dists/hush/main/binary-amd64/Packages 404 Not Found

Expected behaviour

The repository should exist

Actual behaviour + errors

The repository does not exist

jebbgrenham commented 6 years ago

Agreed, it's most definitely missing. All that remains is a windows binary.

static-void-main commented 6 years ago

Hey @madbuda, here is another non-issue for you. Would you please take a look?

lludlow commented 6 years ago

Problem is when my ghithub access was removed it broke the org on bintray. It is all tied together... I am trying to find a new place to host the repo

jebbgrenham commented 6 years ago

So, how do we get the node binaries in the meantime?

javierfd81 commented 6 years ago

hi, there is any way to get the binaries for linux in the meanwhile?

nimbosa commented 6 years ago

i was about to report this, but found #82

all that's left is an old Windows installer: https://dl.bintray.com/myhush/hush/:hush-1.0.12.msi

nimbosa commented 6 years ago

instruction @ MyHush/INSTALL.md doesn't work Unable to locate package hush no deb found @ REPO: dl.bintray.com/myhush

can't install on Ubuntu:

echo 'deb https://dl.bintray.com/myhush/hush/ hush main' | sudo tee --append /etc/apt/sources.list.d/hush.list
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61
sudo apt-get update
sudo apt-get install hush

it's either we update the markdown OR reproduce the deb repo

lludlow commented 6 years ago

@nimbosa you are free to submit a PR with an updated install.md until we find a suitable repo to host this. I am working on a PPA, waiting on keys to be populated ATM