HorizenOfficial / zen_archived

TLS integration and more!
https://zensystem.io
Other
128 stars 44 forks source link

Update APT repo for Bionic Beaver (Ubuntu 18.04) #141

Closed psyraxaus closed 6 years ago

psyraxaus commented 6 years ago

This issue tracker is only for technical issues related to Zen.

General Zen questions and/or support requests and are best directed to the Slack.

For reporting security vulnerabilities or for sensitive discussions with our security team, please post a message in #developers within the above Slack, or email info@zensystem.io with information.

Describe the issue

Unable to install zen using the APT repo on Ubuntu 18.04 (bionic beaver)

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. Trying to install from the APT repo using echo 'deb https://zencashofficial.github.io/repo/ '$(lsb_release -cs)' main' | sudo tee --append /etc/apt/sources.list.d/zen.list
  2. Results in Ign:4 https://zencashofficial.github.io/repo bionic InRelease Err:5 https://zencashofficial.github.io/repo bionic Release 404 Not Found [IP: 185.199.110.153 443] when running sudo apt-get update

Expected behaviour

Should install the zen from the APT repo

Sto1cNate commented 6 years ago

Need to update the /etc/apt/sources.list.d/zen.list file. Change from bionic to xenial. deb https://zencashofficial.github.io/repo/ xenial main #deb https://zencashofficial.github.io/repo/ bionic main