Update repo path

The ark-server-tools repo has been transferred to the arkmanager repo.
While the old URLs will still work, it is best if the new URLs are used.
This commit is contained in:
Ben Peddell 2020-08-14 04:25:21 +10:00
parent f8374fa60d
commit 551fdb8e27
3 changed files with 7 additions and 6 deletions

View File

@ -44,7 +44,7 @@ tar
```
If using CentOS 6 or earlier, or Debian 7 or earlier, you will need to compile a newer version of glibc.
See https://github.com/FezVrasta/ark-server-tools/wiki/Install-of-required-versions-of-glibc-and-gcc-on-RHEL-CentOS
See https://github.com/arkmanager/ark-server-tools/wiki/Install-of-required-versions-of-glibc-and-gcc-on-RHEL-CentOS
To use ARK Server Tools, you will need to install **SteamCMD** following this guide:
@ -73,7 +73,7 @@ Install ARK Server Tools
To install ARK Server Tools run this command:
[source,sh]
curl -sL http://git.io/vtf5N | sudo bash -s steam
curl -sL https://git.io/arkmanager | sudo bash -s steam
NB: You may want to change the `bash -s` parameter to fit your steam user if different from `steam`.
@ -84,7 +84,7 @@ This will copy the `arkmanager` script and its daemon to the proper directories
To instead perform a user-install of ARK Server Tools as an unprivileged user, run this command:
[source,sh]
curl -sL http://git.io/vtf5N | bash -s -- --me
curl -sL https://git.io/arkmanager | bash -s -- --me
Configuration
~~~~~~~~~~~~~

View File

@ -4,7 +4,7 @@
# Net Installer, used with curl
#
arkstGithubRepo="FezVrasta/ark-server-tools"
arkstGithubRepo="arkmanager/ark-server-tools"
steamcmd_user="$1"
shift

View File

@ -3,7 +3,8 @@
# ARK: survival evolved manager
#
# Original author: LeXaT
# Maintainer: FezVrasta
# Original Maintainer: FezVrasta
# Current Maintainer: klightspeed
# Contributors: Sispheor, Atriusftw, klightspeed, lexat, puseidr, chriscpritchard
#disable exportall so options are no exported under Debian et al.
@ -38,7 +39,7 @@ arkstUserCfgFileOverride=''
### Do not modify the following settings in an installer or package manager - use the above overrides instead
arkstGithubRepo="${arkstGithubRepoOverride:-FezVrasta/ark-server-tools}"
arkstGithubRepo="${arkstGithubRepoOverride:-arkmanager/ark-server-tools}"
arkstGlobalCfgFile="${arkstGlobalCfgFileOverride:-/etc/arkmanager/arkmanager.cfg}"
arkstUserCfgFile="${arkstUserCfgFileOverride:-.arkmanager.cfg}"