mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-26 08:18:27 +00:00
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:
parent
f8374fa60d
commit
551fdb8e27
@ -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.
|
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:
|
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:
|
To install ARK Server Tools run this command:
|
||||||
|
|
||||||
[source,sh]
|
[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`.
|
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:
|
To instead perform a user-install of ARK Server Tools as an unprivileged user, run this command:
|
||||||
|
|
||||||
[source,sh]
|
[source,sh]
|
||||||
curl -sL http://git.io/vtf5N | bash -s -- --me
|
curl -sL https://git.io/arkmanager | bash -s -- --me
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
# Net Installer, used with curl
|
# Net Installer, used with curl
|
||||||
#
|
#
|
||||||
|
|
||||||
arkstGithubRepo="FezVrasta/ark-server-tools"
|
arkstGithubRepo="arkmanager/ark-server-tools"
|
||||||
|
|
||||||
steamcmd_user="$1"
|
steamcmd_user="$1"
|
||||||
shift
|
shift
|
||||||
|
|||||||
@ -3,7 +3,8 @@
|
|||||||
# ARK: survival evolved manager
|
# ARK: survival evolved manager
|
||||||
#
|
#
|
||||||
# Original author: LeXaT
|
# Original author: LeXaT
|
||||||
# Maintainer: FezVrasta
|
# Original Maintainer: FezVrasta
|
||||||
|
# Current Maintainer: klightspeed
|
||||||
# Contributors: Sispheor, Atriusftw, klightspeed, lexat, puseidr, chriscpritchard
|
# Contributors: Sispheor, Atriusftw, klightspeed, lexat, puseidr, chriscpritchard
|
||||||
|
|
||||||
#disable exportall so options are no exported under Debian et al.
|
#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
|
### 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}"
|
arkstGlobalCfgFile="${arkstGlobalCfgFileOverride:-/etc/arkmanager/arkmanager.cfg}"
|
||||||
arkstUserCfgFile="${arkstUserCfgFileOverride:-.arkmanager.cfg}"
|
arkstUserCfgFile="${arkstUserCfgFileOverride:-.arkmanager.cfg}"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user