Modify download links and extraction commands
Updated download URLs and extraction commands in the post-install section.
This commit is contained in:
parent
956544ded8
commit
7a01838802
1 changed files with 4 additions and 3 deletions
|
|
@ -68,10 +68,10 @@ Make sure if you install a MOD, you list the name here or else it wont get loade
|
||||||
<post_install>
|
<post_install>
|
||||||
mkdir -p ./cfg
|
mkdir -p ./cfg
|
||||||
touch ./cfg/epochmod_win32.xml
|
touch ./cfg/epochmod_win32.xml
|
||||||
wget http://files.iaregamer.com/addons/arma2Addons.tar .
|
wget http://files.iaregamer.com/gamefiles/arma2Addons.tar .
|
||||||
wget http://files.iaregamer.com/addons/epochmod.tar .
|
wget http://files.iaregamer.com/gamefiles/epochmod.tar .
|
||||||
tar -xvf arma2Addons.tar
|
tar -xvf arma2Addons.tar
|
||||||
tar -zxvf epochmod.tar
|
tar -xvf epochmod.tar
|
||||||
|
|
||||||
#Create Database ---------------------------------------
|
#Create Database ---------------------------------------
|
||||||
|
|
||||||
|
|
@ -137,6 +137,7 @@ fi
|
||||||
|
|
||||||
rm *.sh
|
rm *.sh
|
||||||
rm *.gz
|
rm *.gz
|
||||||
|
rm +.tar
|
||||||
rm *.sql
|
rm *.sql
|
||||||
|
|
||||||
printf '%s\r\n' \
|
printf '%s\r\n' \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue