mailtrain/setup/install-ubuntu1804-local.sh

12 lines
153 B
Bash
Raw Normal View History

2018-12-25 11:29:26 +00:00
#!/bin/bash
set -e
2018-12-25 11:42:00 +00:00
hostType=ubuntu1804
2018-12-25 11:29:26 +00:00
SCRIPT_PATH=$(dirname $(realpath -s $0))
2018-12-25 11:42:00 +00:00
. $SCRIPT_PATH/functions
2018-12-25 11:29:26 +00:00
cd $SCRIPT_PATH/..
performInstallLocal "$#"