install script for debian 10 (mailtrain v2beta)
This commit is contained in:
parent
665a0d0614
commit
8039c61889
2 changed files with 35 additions and 3 deletions
11
setup/install-debian10-https.sh
Normal file
11
setup/install-debian10-https.sh
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue