mailtrain/setup/install-ubuntu1804-local.sh
2018-12-25 12:42:00 +01:00

12 lines
160 B
Bash

#!/bin/bash
set -e
set -x
hostType=ubuntu1804
SCRIPT_PATH=$(dirname $(realpath -s $0))
. $SCRIPT_PATH/functions
cd $SCRIPT_PATH/..
performInstallLocal "$#"