mirror of
				https://ceregatti.org/git/daniel/dayzdockerserver.git
				synced 2025-11-04 07:13:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			155 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			155 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
set -eE
 | 
						|
 | 
						|
MAP="DeerIsle"
 | 
						|
DIR="Deerisle-Stable"
 | 
						|
SUBDIR="V5.9"
 | 
						|
REPO="https://github.com/johnmclane666/${DIR}.git"
 | 
						|
MPDIR="empty.deerisle"
 |