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:
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
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
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
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:
echo 'deb https://zencashofficial.github.io/repo/ '$(lsb_release -cs)' main' | sudo tee --append /etc/apt/sources.list.d/zen.list
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 runningsudo apt-get update
Expected behaviour
Should install the zen from the APT repo