1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00

index.md: adding instruction to install the "software-properties-common" package.

This commit is contained in:
Henrik Hautakoski 2019-11-12 16:45:01 +01:00
parent 7c46b49fcb
commit 2c2eaee326

View file

@ -3,9 +3,10 @@ The repository is hosted on [{{ site.apt.domain }}](https://{{ site.apt.domain }
## Setup
First you must add our `gpg` key to `apt`:
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 -
```