Skip to content

Instantly share code, notes, and snippets.

@TyOverby
Created May 24, 2012 21:36
Show Gist options
  • Save TyOverby/2784391 to your computer and use it in GitHub Desktop.
Save TyOverby/2784391 to your computer and use it in GitHub Desktop.
Place these files inside the @DayZ folder. Wget and unrar are required.
# !/bin/bash
wget -r -m -l 1 "http://$1"
rm -rf Addons
mv $1 Addons
cd Addons
for f in *.rar; do unrar e "$f";done
# !/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