Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use official yggdrasil deb #11

Open
benhylau opened this issue Jun 4, 2018 · 2 comments
Open

Use official yggdrasil deb #11

benhylau opened this issue Jun 4, 2018 · 2 comments

Comments

@benhylau
Copy link
Owner

benhylau commented Jun 4, 2018

curl -s https://circleci.com/api/v1.1/project/github/yggdrasil-network/yggdrasil-go/latest/artifacts | grep https | grep "armhf.deb" | cut -d'"' -f4
@neilalexander
Copy link

If you would rather pull from the repository, you can use:

curl -o- http://neilalexander.s3.eu-west-2.amazonaws.com/deb/key.txt | sudo apt-key add -
echo 'deb http://neilalexander.s3.eu-west-2.amazonaws.com/deb/ debian yggdrasil' | sudo tee /etc/apt/sources.list.d/yggdrasil.list
sudo apt-get update

Then one of the following, depending on whether you want the master or develop branch:

sudo apt-get install yggdrasil
sudo apt-get install yggdrasil-develop

@benhylau
Copy link
Owner Author

Updated to v0.3.0 but keeping custom build + deb packaging from source. I think that's still useful for us to compile from source at the moment. Will keep ticket open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants