Commit 6941ca2f authored by Brock Tice's avatar Brock Tice

Added apt-get update before installing dovecot-lucene

parent e4eba49c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment