{% assign setup-instructions_repo = include.repo | default: eosio %} {% assign setup-instructions_dist = include.distribution | default: "`lsb_release -cs`" %} {% 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 components="stable" update=true %}The url is structures as follows:
{% highlight html %} https://{{ site.apt.domain }}/
one repository, distribution and one or more components needs to be specified.
These are explained in detail here