From 32f563262045d052a60f8004b5f406f187894ddd Mon Sep 17 00:00:00 2001 From: Brock Tice Date: Sat, 23 May 2015 18:57:14 -0400 Subject: [PATCH] Switch to official PPA --- setup/lucene.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/lucene.sh b/setup/lucene.sh index ee43ca86..55b2bf29 100755 --- a/setup/lucene.sh +++ b/setup/lucene.sh @@ -16,7 +16,7 @@ source /etc/mailinabox.conf # load global vars # --------------------------------------- # Add official ppa -hide_output add-apt-repository -y ppa:brock/mailinabox-brocktice +hide_output add-apt-repository -y ppa:mail-in-a-box/ppa # Update apt hide_output apt-get update