-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathbootstrap_multi.sh
More file actions
22 lines (18 loc) · 810 Bytes
/
bootstrap_multi.sh
File metadata and controls
22 lines (18 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/env bash
################################################################################
# Source https://mailinabox.email/ https://github.com/mail-in-a-box/mailinabox #
# Updated by Dirty Harry for YiiMP use... #
# This script is intended to be ran from the Yiimp Server Installer #
################################################################################
# Clone the MultiPool repository if it doesn't exist.
if [ ! -d $HOME/yiimpserver/yiimp_multi ]; then
echo Downloading Dirty Harry Yiimp Multi Server Installer V1.0. . .
git clone \
https://github.com/DirtyHarryDev/server_yiimp_multi \
$HOME/yiimpserver/yiimp_multi \
< /dev/null 2> /dev/null
echo
fi
# Start setup script.
cd $HOME/yiimpserver/yiimp_multi
source start.sh