1
0
mirror of https://gitlab.com/packaging/gitea synced 2025-05-18 00:33:34 +00:00
morph027 84f3a5592c Merge branch 'patch' into 'master'
Combined two liners into one liner.

See merge request packaging/gitea!2
2022-08-14 08:34:29 +00:00
2020-06-20 15:01:07 +02:00
2022-08-04 15:36:44 +02:00
2022-01-17 08:55:54 +01:00
2022-08-13 20:26:48 +00:00

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

Start

systemctl enable --now gitea
Description
Gitea Debian/Ubuntu Packages - built by fpm
Readme MIT 173 KiB
Languages
Shell 100%