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