How To Update Open Game Panel [Panel And Agent]
Linux command's For Panel
Linux command's For Agent
Thanks To DieFeM
Linux command's For Panel
Code:
curl -s http://svn.code.sf.net/p/hldstart/svn/trunk/upload/modules/update/update.php -o /var/www/html/modules/update/update.php
chown -Rf apache:apache /var/www
Linux command's For Agent
Code:
curl -s http://svn.code.sf.net/p/hldstart/svn/trunk/agent/ogp_agent_run -o /usr/share/ogp_agent/ogp_agent_run
chown -Rf ogp_agent:ogp_agent /usr/share/ogp_agent
chmod +x /usr/share/ogp_agent/ogp_agent_run
Thanks To DieFeM
Post a Comment