{% assign setup-instructions_repo = include.repo | default: "eosio" %} {% assign setup-instructions_dist = include.distribution | default: "`lsb_release -cs`" %} {% assign setup-instructions_domain = include.domain | default: site.apt.domain %} {% if include.collapse %}
First you need to make sure some packages are installed and that our gpg key is added to apt:
Then you can add one or more of your repositories:
{% include apt-add.html repo=setup-instructions_repo distribution=setup-instructions_dist domain=setup-instructions_domain components="stable" update=true %}The url is structures as follows:
{% highlight html %} https://{{ setup-instructions_domain }}/
one repository, distribution and one or more components needs to be specified.
These are explained in detail here