1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-18 04:50:03 +02:00

include setup-instructions on dist index and repo pages.

This commit is contained in:
Henrik Hautakoski 2020-04-27 15:57:14 +02:00
parent 8921917325
commit d0b18bf94d
3 changed files with 8 additions and 25 deletions

View file

@ -7,25 +7,7 @@ The repository is hosted on [{{ site.apt.domain }}](https://{{ site.apt.domain }
## Setup
First you need to make sure some packages are installed and that our `gpg` key is added to `apt`:
```bash
$ sudo apt-get install software-properties-common
$ curl https://{{ site.apt.domain }}/key 2> /dev/null | sudo apt-key add -
```
Then you can add one or more of your repositories:
{% include apt-add.html repo="eosio" components="stable" update=true %}
The url is structures as follows:
```html
https://{{ site.apt.domain }}/<repository> <distribution> <component> [ <component1> ] [ <componentN> ]
```
one `repository`, `distribution` and one or more `components` needs to be specified. These are explained below.
{% include setup-instructions.html %}
## Contents