From 6941ca2f63bfa679e8aad5deff8f0a553c2fb85c Mon Sep 17 00:00:00 2001 From: Brock Tice Date: Sat, 23 May 2015 18:07:02 -0400 Subject: [PATCH] Added apt-get update before installing dovecot-lucene --- setup/lucene.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/lucene.sh b/setup/lucene.sh index 78c7408d..ee43ca86 100755 --- a/setup/lucene.sh +++ b/setup/lucene.sh @@ -18,6 +18,9 @@ source /etc/mailinabox.conf # load global vars # Add official ppa hide_output add-apt-repository -y ppa:brock/mailinabox-brocktice +# Update apt +hide_output apt-get update + # Install packages apt_install dovecot-lucene