mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 22:31:18 +00:00
11 lines
290 B
Bash
11 lines
290 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -eE
|
|
|
|
# There are two sets of mpmission files for Namalsk, one for the regular version and one for the hardcore version.
|
|
# This is why there is a wildcard in MPDIR.
|
|
|
|
MAP="Namalsk"
|
|
DIR="Namalsk-Server"
|
|
REPO="https://github.com/SumrakDZN/${DIR}.git"
|
|
MPDIR="*.namalsk"
|