From 349eb346ee995e70d1519b1276858d29be3753a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20H=C3=B6hn?= Date: Fri, 31 Oct 2014 22:25:32 +0100 Subject: [PATCH] change to swedish debian mirror --- install_zotero.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_zotero.sh b/install_zotero.sh index 696ed6b..b55bfcb 100755 --- a/install_zotero.sh +++ b/install_zotero.sh @@ -13,7 +13,7 @@ echo "######################################################" echo "install required packages" echo "add debian wheezy repository" -sed -i '$s,$,\ndeb http://http.debian.net/debian wheezy-backports main,' /etc/apt/sources.list +sed -i '$s,$,\ndeb http://ftp.acc.umu.se./debian wheezy-backports main,' /etc/apt/sources.list echo "update package cache" apt-get update