mirror of
https://gitlab.com/packaging/gitea
synced 2024-12-18 08:03:29 +00:00
add README
This commit is contained in:
parent
8c895bd11d
commit
1a03dc7dfe
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# [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
|
||||
```
|
Loading…
Reference in New Issue
Block a user