From 1a03dc7dfeadec175d68b7819df318b726b31cef Mon Sep 17 00:00:00 2001 From: morph027 Date: Sun, 12 Apr 2020 14:08:21 +0200 Subject: [PATCH] add README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1214004 --- /dev/null +++ b/README.md @@ -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 +```