aboutsummaryrefslogtreecommitdiffstats
path: root/server_bootstrap.sh
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-12-21 16:01:52 +0000
committerGravatar GitHub <[email protected]>2022-12-21 16:01:52 +0000
commitbfad18234db379921b4b532160769d837f7f4814 (patch)
treedd4922f2c4faff77229f2c734e19ddc2d5ace06a /server_bootstrap.sh
parentAdd 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.sh2
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