1
0
mirror of https://gitlab.com/packaging/gitea synced 2024-12-18 08:03:29 +00:00
gitea_packaging/README.md
morph027 95b3e57504
use repo.sh from packaging/utils
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2022-08-28 16:58:35 +02:00

766 B

Gitea Debian/Ubuntu Packages

Packages are built using fpm by pushing released tags and repo is created using Gitlabs static pages.

Minimum install and update tests are in place to prevent upload of broken packages.

Add repo signing key to apt

sudo curl -sL -o /etc/apt/trusted.gpg.d/morph027-gitea.asc https://packaging.gitlab.io/gitea/gpg.key

Add repo to apt

echo "deb https://packaging.gitlab.io/gitea gitea main" | sudo tee /etc/apt/sources.list.d/morph027-gitea.list

Install

sudo apt-get update
sudo apt-get install gitea morph027-keyring

Start

systemctl enable --now gitea