From dc61afc46cf3bc9d0e0d1489c175e3cf5376eb1e Mon Sep 17 00:00:00 2001 From: Croydon Date: Wed, 15 Mar 2023 04:04:14 +0100 Subject: [PATCH] Don't use git.io Git.io is deprecated https://github.blog/changelog/2022-04-25-git-io-deprecation/ --- README-old.md | 4 ++-- README.asciidoc | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README-old.md b/README-old.md index 3b22950..dc9d332 100644 --- a/README-old.md +++ b/README-old.md @@ -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: ```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`. @@ -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: ```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 diff --git a/README.asciidoc b/README.asciidoc index b0ffba5..985c626 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -96,7 +96,7 @@ Install ARK Server Tools To install ARK Server Tools run this command: [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`. @@ -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: [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 ~~~~~~~~~~~~~ @@ -869,5 +869,3 @@ Common ARK options `arkflag_NoBattlEye=true`:: Disables BattlEye - -