Skip to content

Commit

Permalink
chore(website): WEB-4247 | Update references from s3 to setup.vector.…
Browse files Browse the repository at this point in the history
…dev (vectordotdev#19149)

feat: update references from s3 to setup.vector.dev
  • Loading branch information
devindford authored and pront committed Nov 15, 2023
1 parent 9073888 commit d0f2561
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Our APT repositories are provided by [Cloudsmith] and you can find [instructions
First, add the Vector repo:

```shell
bash -c "$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script_vector0.sh)"
bash -c "$(curl -L https://setup.vector.dev)"
```

Then you can install the `vector` package:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Our Yum repositories are provided by [Cloudsmith] and you can find [instructions
Add the repo:

```shell
bash -c "$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script_vector0.sh)"
bash -c "$(curl -L https://setup.vector.dev)"
```

Then you can install Vector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The following command **removes** the existing repository and configures the
new repository.

```sh
CSM_MIGRATE=true bash -c "$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script_vector0.sh)"
CSM_MIGRATE=true bash -c "$(curl -L https://setup.vector.dev)"
```

Alternatively, `CSM_MIGRATE` may be left unset to leave the removal of the
Expand Down

0 comments on commit d0f2561

Please sign in to comment.