Skip to content

Instantly share code, notes, and snippets.

@TyOverby
Created June 17, 2012 07:41
Show Gist options
  • Save TyOverby/2943845 to your computer and use it in GitHub Desktop.
Save TyOverby/2943845 to your computer and use it in GitHub Desktop.
dayz installer
# !/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