Skip to content

Commit

Permalink
Update repo path
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
klightspeed committed Aug 13, 2020
1 parent f8374fa commit 551fdb8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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`.

Expand All @@ -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
~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion netinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Net Installer, used with curl
#

arkstGithubRepo="FezVrasta/ark-server-tools"
arkstGithubRepo="arkmanager/ark-server-tools"

steamcmd_user="$1"
shift
Expand Down
5 changes: 3 additions & 2 deletions tools/arkmanager
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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}"

Expand Down

0 comments on commit 551fdb8

Please sign in to comment.