summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Schneiderbauer <daviian@users.noreply.github.com>2018-06-05 15:24:52 +0200
committertechknowlogick <techknowlogick@users.noreply.github.com>2018-06-05 09:24:52 -0400
commit1a6c97be9c3ce541cb90b26118db937c0e79850f (patch)
tree58c33eaa1e93221ffcd09d17ac016346e0ca66cb /docs
parent2fcd9b69b73ca7365a28f6de0d4a74d8991fa014 (diff)
downloadgitea-1a6c97be9c3ce541cb90b26118db937c0e79850f.tar.gz
gitea-1a6c97be9c3ce541cb90b26118db937c0e79850f.zip
update debian binary information (#4132)
Diffstat (limited to 'docs')
-rw-r--r--docs/content/doc/installation/from-package.en-us.md13
1 files changed, 5 insertions, 8 deletions
diff --git a/docs/content/doc/installation/from-package.en-us.md b/docs/content/doc/installation/from-package.en-us.md
index 9fdf30d79f..59661c1c41 100644
--- a/docs/content/doc/installation/from-package.en-us.md
+++ b/docs/content/doc/installation/from-package.en-us.md
@@ -17,16 +17,13 @@ menu:
## Debian
-The only distribution that has any "official" package of Gitea is Debian. This is currently
-in Debian's [contrib](https://wiki.debian.org/SourcesList). This is (currently) only available
-in Debian testing and unstable (but should be installable/functional on stable).
+Although there is a package of Gitea in Debian's [contrib](https://wiki.debian.org/SourcesList),
+it is not supported directly by us.
-- Edit /etc/apt/sourced.list
- - Add "contrib" to "deb http://deb.debian.org/debian unstable main contrib"
-- apt-get update
-- apt-get install gitea
+Unfortunately the package is not maintained anymore and broken because of missing sources.
+Please follow the [deployment from binary]({{< relref "from-binary.en-us.md" >}}) guide instead.
-For other distributions, see the [deployment from binary]({{< relref "from-binary.en-us.md" >}}) guide.
+Should the packages get updated and fixed, we will provide up-to-date installation instructions here.
## Windows