File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ brew install redpanda-data/tap/redpanda && rpk container start
48
48
49
49
```
50
50
curl -1sLf \
51
- 'https://packages.vectorized.io /nzc4ZYQK3WRGd9sy/redpanda/cfg/setup/bash.deb.sh' \
51
+ 'https://dl.redpanda.com /nzc4ZYQK3WRGd9sy/redpanda/cfg/setup/bash.deb.sh' \
52
52
| sudo -E bash
53
53
54
54
sudo apt-get install redpanda
@@ -58,7 +58,7 @@ sudo apt-get install redpanda
58
58
59
59
```
60
60
curl -1sLf \
61
- 'https://packages.vectorized.io /nzc4ZYQK3WRGd9sy/redpanda/cfg/setup/bash.rpm.sh' \
61
+ 'https://dl.redpanda.com /nzc4ZYQK3WRGd9sy/redpanda/cfg/setup/bash.rpm.sh' \
62
62
| sudo -E bash
63
63
64
64
sudo yum install redpanda
@@ -101,7 +101,7 @@ RC builds are not recommended for production use.
101
101
102
102
` ` ` bash
103
103
curl -1sLf \
104
- 'https://packages.vectorized.io /E4xN1tVe3Xy60GTx/redpanda-unstable/setup.deb.sh' \
104
+ 'https://dl.redpanda.com /E4xN1tVe3Xy60GTx/redpanda-unstable/setup.deb.sh' \
105
105
| sudo -E bash
106
106
107
107
sudo apt-get install redpanda
@@ -111,7 +111,7 @@ sudo apt-get install redpanda
111
111
112
112
` ` ` bash
113
113
curl -1sLf \
114
- 'https://packages.vectorized.io /E4xN1tVe3Xy60GTx/redpanda-unstable/setup.rpm.sh' \
114
+ 'https://dl.redpanda.com /E4xN1tVe3Xy60GTx/redpanda-unstable/setup.rpm.sh' \
115
115
| sudo -E bash
116
116
117
117
sudo yum install redpanda
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ class RedpandaInstaller:
89
89
# cluster, and that directories therein are only ever created (never
90
90
# deleted) during the lifetime of the RedpandaInstaller.
91
91
INSTALLER_ROOT = "/opt/redpanda_installs"
92
- TGZ_URL_TEMPLATE = "https://packages.vectorized.io /qSZR7V26sJx7tCXe/redpanda/raw/names/redpanda-{arch}/versions/{version}/redpanda-{version}-{arch}.tar.gz"
92
+ TGZ_URL_TEMPLATE = "https://dl.redpanda.com /qSZR7V26sJx7tCXe/redpanda/raw/names/redpanda-{arch}/versions/{version}/redpanda-{version}-{arch}.tar.gz"
93
93
94
94
# File path to be used for locking to prevent multiple local test processes
95
95
# from operating on the same volume mounts.
You can’t perform that action at this time.
0 commit comments