fixing URL

This commit is contained in:
Joby 2024-10-14 16:04:37 -06:00
parent 1b4eeca0c3
commit f3e1b1c784

View file

@ -11,5 +11,5 @@ The following command will install these tools.
It is adviseable to review the contents of `quickstart.sh` before running it, as it's generally a good security practice to understand what a script does before executing it, especially with elevated privileges. You may need to install `curl` first.
```bash
curl -sSL https://raw.githubusercontent.com/joby-lol/webserver-setup/main/quickstart.sh | bash
curl -sSL https://raw.githubusercontent.com/joby-lol/webserver-config/refs/heads/main/quickstart.sh | bash
```