mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-28 01:08:27 +00:00
Don't use git.io
Git.io is deprecated https://github.blog/changelog/2022-04-25-git-io-deprecation/
This commit is contained in:
parent
3291858309
commit
dc61afc46c
@ -30,7 +30,7 @@ NB: Change the ports according to the ones set in your `arkmanager.cfg` file.
|
|||||||
To install ARK Server Tools run this command:
|
To install ARK Server Tools run this command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -sL http://git.io/vtf5N | sudo bash -s steam
|
curl -sL https://raw.githubusercontent.com/arkmanager/ark-server-tools/master/netinstall.sh | 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`.
|
||||||
@ -40,7 +40,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:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -sL http://git.io/vtf5N | bash -s -- --me
|
curl -sL https://raw.githubusercontent.com/arkmanager/ark-server-tools/master/netinstall.sh | bash -s -- --me
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|||||||
@ -96,7 +96,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 https://git.io/arkmanager | sudo bash -s steam
|
curl -sL https://raw.githubusercontent.com/arkmanager/ark-server-tools/master/netinstall.sh | 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`.
|
||||||
|
|
||||||
@ -107,7 +107,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 https://git.io/arkmanager | bash -s -- --me
|
curl -sL https://raw.githubusercontent.com/arkmanager/ark-server-tools/master/netinstall.sh | bash -s -- --me
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
@ -869,5 +869,3 @@ Common ARK options
|
|||||||
|
|
||||||
`arkflag_NoBattlEye=true`::
|
`arkflag_NoBattlEye=true`::
|
||||||
Disables BattlEye
|
Disables BattlEye
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user