Debian: use the new way to handle repo keys
This commit is contained in:
parent
015736c139
commit
74559943be
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ To run a MirageOS unikernel on your laptop or computer with virtualization exten
|
|||
|
||||
For Debian and Ubuntu systems, we provide package repositories. Browse the [dists](https://apt.robur.coop/dists) folder for one matching your distribution, and add it to `/etc/apt/sources.list`:
|
||||
```
|
||||
$ wget -q -O /etc/apt/trusted.gpg.d/apt.robur.coop.gpg https://apt.robur.coop/gpg.pub
|
||||
$ echo "deb https://apt.robur.coop ubuntu-20.04 main" >> /etc/apt/sources.list # replace ubuntu-20.04 with e.g. debian-11 on a debian buster machine
|
||||
$ curl -Ss https://apt.robur.coop/gpg.pub | gpg --dearmor > /usr/share/keyrings/apt.robur.coop.gpg
|
||||
$ echo "deb [signed-by=/usr/share/keyrings/apt.robur.coop.gpg] https://apt.robur.coop ubuntu-20.04 main" >> /etc/apt/sources.list # replace ubuntu-20.04 with e.g. debian-11 on a debian buster machine
|
||||
$ apt update
|
||||
$ apt install solo5 albatross
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue