Moved the Agents into their own repo. Kept the agent.pl just for reference
This commit is contained in:
parent
22381be29a
commit
8680a02b13
18132 changed files with 0 additions and 2569420 deletions
|
|
@ -1,26 +0,0 @@
|
|||
cd '/home/gameserver/1469'
|
||||
|
||||
touch epochmod_win32.xml.txt
|
||||
wget http://files.iaregamer.com/installers/arma2/arma2Addons.tar .
|
||||
tar -xvf arma2Addons.tar
|
||||
wget http://files.iaregamer.com/installers/bec/bec.tar .
|
||||
tar -xvf bec.tar
|
||||
wget http://files.iaregamer.com/installers/epoch_mod/epoch_mod.tar .
|
||||
tar -xvf epoch_mod.tar
|
||||
chmod +x setup_db.sh
|
||||
./setup_db.sh
|
||||
echo "Cleaning up files"
|
||||
rm *.sql
|
||||
rm *.sh
|
||||
rm *.tar
|
||||
|
||||
takeown /U cyg_server /f "/home/gameserver/1469" /r >/dev/null 2>&1
|
||||
chmod 775 -R "/home/gameserver/1469" >/dev/null 2>&1
|
||||
takeown /U cyg_server /f "C:\OGP64\home\gameserver\1469" /r >/dev/null 2>&1
|
||||
chmod 775 -R "C:\OGP64\home\gameserver\1469" >/dev/null 2>&1
|
||||
icacls "C:\OGP64\home\gameserver\1469" /grant cyg_server:\(OI\)\(CI\)F /T >/dev/null 2>&1
|
||||
icacls "C:\OGP64\home\gameserver\1469" /grant administrators:F /T >/dev/null 2>&1
|
||||
cd '/OGP/tmp/home_id_1469'
|
||||
rm -f preinstall.sh
|
||||
rm -f postinstall.sh
|
||||
rm -f runinstall.sh
|
||||
|
|
@ -1 +0,0 @@
|
|||
cd '/home/gameserver/1469'
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
#!/bin/bash
|
||||
cd '/OGP/tmp/home_id_1469'
|
||||
./preinstall.sh
|
||||
/OGP/steamcmd/steamcmd.exe +runscript 000001469_install.txt +exit
|
||||
wait ${!}
|
||||
cd '/OGP/tmp/home_id_1469'
|
||||
./postinstall.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue