Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschlick committed Mar 11, 2024
1 parent f175987 commit fc0e616
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,22 @@ and then start the service with
`systemctl enable --now pkgs-observer-agent.service`
`systemctl enable --now pkgs-observer-agent.timer`


#### Add GPG key for the repository
```bash
wget -qO- https://packages.returnearly.net/public.asc | gpg --dearmor -o /etc/apt/keyrings/returnearly.gpg
```

#### Add repository to the sources list
```bash
echo "deb [arch=all signed-by=/etc/apt/keyrings/returnearly.gpg] https://packages.returnearly.net/deb stable main" | sudo tee /etc/apt/sources.list.d/returnearly.list > /dev/null
```

#### Update package lists and install the package
```bash
sudo apt update && sudo apt install pkgs-observer-agent -y
```

## License

This code is released under the MIT license.

0 comments on commit fc0e616

Please sign in to comment.