From 7a0c60fc21de29c9f674f91740e09c216c2e1359 Mon Sep 17 00:00:00 2001
From: Daniel Gerhardt <code@dgerhardt.net>
Date: Tue, 28 Mar 2017 14:20:00 +0200
Subject: [PATCH] Use official APT repo in install instructions

---
 src/site/markdown/installation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/markdown/installation.md b/src/site/markdown/installation.md
index 42d67f753..88a0c9b16 100644
--- a/src/site/markdown/installation.md
+++ b/src/site/markdown/installation.md
@@ -13,7 +13,7 @@ We recommend to use the latest (LTS) versions of the distributions.
 
 For Debian 8 you need to enable the backports repository to install Java 8:
 
-	# grep '^deb .*jessie-backports' -q /etc/apt/sources.list || echo "deb http://ftp.fh-giessen.de/debian/ jessie-backports main" >> /etc/apt/sources.list
+	# grep '^deb .*jessie-backports' -q /etc/apt/sources.list || echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/sources.list
 
 
 ### Hardware
-- 
GitLab