mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-19 05:00:04 +02:00
index.md: adding instruction to install the "software-properties-common" package.
This commit is contained in:
parent
7c46b49fcb
commit
2c2eaee326
1 changed files with 2 additions and 1 deletions
3
index.md
3
index.md
|
|
@ -3,9 +3,10 @@ The repository is hosted on [{{ site.apt.domain }}](https://{{ site.apt.domain }
|
||||||
|
|
||||||
## Setup
|
## 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
|
```bash
|
||||||
|
$ sudo apt-get install software-properties-common
|
||||||
$ curl https://{{ site.apt.domain }}/key 2> /dev/null | sudo apt-key add -
|
$ curl https://{{ site.apt.domain }}/key 2> /dev/null | sudo apt-key add -
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue