From af56dd11d99cab81b7b32e2933574f9f5cbfbd5c Mon Sep 17 00:00:00 2001 From: iaretechnician Date: Sun, 30 Nov 2025 15:38:20 -0500 Subject: [PATCH] renamed repo --- README.md | 2 +- documentation/admin-guide.md | 4 ++-- documentation/agent-guide.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c30b463..dc34443d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Cygwin-based agent that lets the GameServer Panel manage Windows Server 2019/202 ## Related repositories - [GSP](https://github.com/GameServerPanel/GSP) – PHP panel that issues commands to the agents. -- [GSP_Agent_Linux](https://github.com/GameServerPanel/GSP_Agent_Linux) – Linux counterpart with systemd service files. +- [GSP-Agent-Linux](https://github.com/GameServerPanel/GSP-Agent-Linux) – Linux counterpart with systemd service files. ## Contributing diff --git a/documentation/admin-guide.md b/documentation/admin-guide.md index f0956952..acb46897 100644 --- a/documentation/admin-guide.md +++ b/documentation/admin-guide.md @@ -6,7 +6,7 @@ This document mirrors the internal WDS wiki entry so it can be viewed directly f - **Project scope** – PHP web panel + billing, Linux and Windows agents, 100+ XML driven game templates. - **Audience** – Administrators and integrators who maintain commercial hosting fleets. -- **Companion repos** – [`GSP_Agent_Linux`](https://github.com/GameServerPanel/GSP_Agent_Linux) and [`GSP-Agent-Windows`](https://github.com/GameServerPanel/GSP-Agent-Windows). +- **Companion repos** – [`GSP-Agent-Linux`](https://github.com/GameServerPanel/GSP-Agent-Linux) and [`GSP-Agent-Windows`](https://github.com/GameServerPanel/GSP-Agent-Windows). - **Color coding** – We keep the “rust + charcoal” palette across documentation so screenshots match the UX. ## Quick Install (deploy_gsp.sh) @@ -43,7 +43,7 @@ All provisioning logic flows through XML definition files, so keep IDs, attribut 1. Install dependencies: `sudo apt install git curl rsync perl libxml2-utils screen` (Ubuntu 24.04+). 2. Clone and install: ```bash - sudo git clone https://github.com/GameServerPanel/GSP_Agent_Linux.git /opt/gsp-agent + sudo git clone https://github.com/GameServerPanel/GSP-Agent-Linux.git /opt/gsp-agent cd /opt/gsp-agent sudo bash install.sh sudo bash agent_conf.sh -s "yourRootPassword" -u ogp_agent diff --git a/documentation/agent-guide.md b/documentation/agent-guide.md index 0700afd9..9a36e9a2 100644 --- a/documentation/agent-guide.md +++ b/documentation/agent-guide.md @@ -18,7 +18,7 @@ The Linux agent (`ogp_agent.pl`) exposes the RPC endpoint that allows the GameSe ```bash sudo apt update sudo apt install -y git curl rsync screen perl libxml-parser-perl libpath-class-perl libarchive-zip-perl libhttp-daemon-perl -sudo git clone https://github.com/GameServerPanel/GSP_Agent_Linux.git /opt/gsp-agent +sudo git clone https://github.com/GameServerPanel/GSP-Agent-Linux.git /opt/gsp-agent cd /opt/gsp-agent sudo bash install.sh sudo bash agent_conf.sh -s "root-password" -u ogp_agent