mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-07 06:41:17 +00:00

Rework how mods are installed with various global scripts and env files instead of individual files for every mod. Deal with different types file variants. Add Pripyat support.
8 lines
122 B
Bash
Executable file
8 lines
122 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eE
|
|
|
|
MAP="Banov"
|
|
DIR="Banov"
|
|
REPO="https://github.com/KubeloLive/${DIR}.git"
|
|
MPDIR="empty.banov"
|