diff options
-rw-r--r-- | server_bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server_bootstrap.sh b/server_bootstrap.sh index 097a8ae..3450379 100644 --- a/server_bootstrap.sh +++ b/server_bootstrap.sh @@ -6,7 +6,7 @@ #! bin/bash apt-get update apt-get install -y curl -curl -fsSL https://raw.githubusercontent.com/python-discord/infra/main/server_bootstrap.sh | bash +curl -fsSL pydis.com/bootstrap | bash ' set -e |