1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-05 15:57:23 +01:00

ppa: build the dovecot-lucene package

This commit is contained in:
Joshua Tauberer
2015-05-23 13:56:48 -04:00
parent e132125cf3
commit a5ef64919a
3 changed files with 293 additions and 36 deletions

1
ppa/Vagrantfile vendored
View File

@@ -7,5 +7,6 @@ Vagrant.configure("2") do |config|
config.vm.provision :shell, :inline => <<-SH
sudo apt-get update
sudo apt-get install -y git dpkg-dev devscripts dput
SH
end