diff options
author | 2022-12-21 16:01:52 +0000 | |
---|---|---|
committer | 2022-12-21 16:01:52 +0000 | |
commit | bfad18234db379921b4b532160769d837f7f4814 (patch) | |
tree | dd4922f2c4faff77229f2c734e19ddc2d5ace06a /server_bootstrap.sh | |
parent | Add instructions to the bootstrap script (#74) (diff) |
Update bootstrap script to use shorturl (#75)
Diffstat (limited to 'server_bootstrap.sh')
-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 |