Added url to installation script in curl install instruction

This commit is contained in:
Price Hiller 2021-12-25 21:58:32 -06:00
parent 7387ec5391
commit 7b3d9ded0c

View File

@ -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)"
```