From 7b3d9ded0c6ce02b8a0241a2426d2d56e7871334 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 25 Dec 2021 21:58:32 -0600 Subject: [PATCH] Added url to installation script in curl install instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc55357..cf4a5b1 100644 --- a/README.md +++ b/README.md @@ -21,5 +21,5 @@ A set of opinionated scripts used to manage 7 days to die. This will configure a user sdtd (Seven Days to Die), and install any [requirements](#requirements). ```bash -bash -c "$(curl )" +bash -c "$(curl https://gitlab.orion-technologies.io/game-servers/7-days-to-die/-/raw/Development/install.bash)" ```