Skip to content

Instantly share code, notes, and snippets.

View pierrecorsini's full-sized avatar
🎯
Focusing

Pierre CORSINI pierrecorsini

🎯
Focusing
View GitHub Profile
@cmer
cmer / focal-master.sh
Created January 22, 2022 04:48
Installation script for Mail Piler (open source version) on Ubuntu 20.04 Focal
#!/bin/bash
#
#
# This script installs the latest open source version of Mail Piler (mailpiler.org) from the master
# branch on Bitbucket by compiling it from source. It also installs all dependencies, including a MySQL database.
#
# You should run this script as root on a vanilla Ubuntu 20.04 installation.
#
#
set -o errexit