You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add Arch Linux
* add Arch Linux ARM
* remove Debian
There is no package in any of Debian's official repositories as of 17.11.2020 17:55 UTC.
* shrink Alpine Linux
* Update docs/content/doc/installation/from-package.en-us.md
Co-authored-by: techknowlogick <[email protected]>
Co-authored-by: techknowlogick <[email protected]>
Copy file name to clipboardExpand all lines: docs/content/doc/installation/from-package.en-us.md
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -15,26 +15,29 @@ menu:
15
15
16
16
# Installation from package
17
17
18
-
## Debian
18
+
## Alpine Linux
19
19
20
-
Although there is a package of Gitea in Debian's [contrib](https://wiki.debian.org/SourcesList),
21
-
it is not supported directly by us.
20
+
Alpine Linux has [Gitea](https://pkgs.alpinelinux.org/packages?name=gitea&branch=edge) in its community repository which follows the latest stable version.
22
21
23
-
Unfortunately, the package is not maintained anymore and broken because of missing sources.
24
-
Please follow the [deployment from binary]({{< relref "from-binary.en-us.md" >}}) guide instead.
22
+
```sh
23
+
apk add gitea
24
+
```
25
25
26
-
Should the packages get updated and fixed, we will provide up-to-date installation instructions here.
26
+
## Arch Linux
27
27
28
-
## Alpine Linux
28
+
The rolling release distribution has [Gitea](https://www.archlinux.org/packages/community/x86_64/gitea/) in their official community repository and package updates are provided with new Gitea releases.
29
29
30
-
Alpine Linux has gitea in its community repository. It follows the latest stable version.
31
-
for more information look at https://pkgs.alpinelinux.org/packages?name=gitea&branch=edge.
30
+
```sh
31
+
pacman -S gitea
32
+
```
33
+
34
+
## Arch Linux ARM
35
+
36
+
Arch Linux ARM provides packages for [aarch64](https://archlinuxarm.org/packages/aarch64/gitea), [armv7h](https://archlinuxarm.org/packages/armv7h/gitea) and [armv6h](https://archlinuxarm.org/packages/armv6h/gitea).
0 commit comments