mirror of
https://gitlab.com/packaging/gitea
synced 2024-12-18 16:13:44 +00:00
14 lines
346 B
Markdown
14 lines
346 B
Markdown
# [Gitea](https://gitea.io) apt packages
|
|
|
|
### Add repo signing key to apt
|
|
|
|
```bash
|
|
sudo curl -sL -o /etc/apt/trusted.gpg.d/morph027-gitea.asc https://packaging.gitlab.io/gitea/gpg.key
|
|
```
|
|
|
|
### Add repo to apt
|
|
|
|
```bash
|
|
echo "deb [arch=amd64] https://packaging.gitlab.io/gitea gitea main" | sudo tee /etc/apt/sources.list.d/morph027-gitea.list
|
|
```
|