Created
May 24, 2012 21:36
-
-
Save TyOverby/2784391 to your computer and use it in GitHub Desktop.
Place these files inside the @DayZ folder. Wget and unrar are required.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# !/bin/bash | |
wget -r -m -l 1 "http://$1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm -rf Addons | |
mv $1 Addons | |
cd Addons | |
for f in *.rar; do unrar e "$f";done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# !/bin/bash | |
URL="cdn.armafiles.info" | |
sh download.sh $URL | |
sh install.sh $URL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment