install script for debian 10 (mailtrain v2beta)

This commit is contained in:
Eric Seigne 2020-04-29 15:08:54 +02:00
parent 665a0d0614
commit 8039c61889
2 changed files with 35 additions and 3 deletions

View file

@ -0,0 +1,11 @@
#!/bin/bash
set -e
hostType=debian10
SCRIPT_PATH=$(dirname $(realpath -s $0))
. $SCRIPT_PATH/functions
cd $SCRIPT_PATH/..
performInstallHttps "$#" "$1" "$2" "$3" "$4"