Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc][vgr] Airgapped download links #23790

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/content/preview/yugabyte-voyager/airgapped.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ You can perform an airgapped installation on RHEL 8 and CentOS 8.
1. Download the airgapped bundle:

```sh
wget https://s3.us-west-2.amazonaws.com/downloads.yugabyte.com/repos/airgapped/yb-voyager-1.8.0-rhel-8-x86_64.tar.gz
wget https://s3.us-west-2.amazonaws.com/downloads.yugabyte.com/repos/airgapped/yb-voyager-1.8.0-0-rhel-8-x86_64.tar.gz
```

1. Extract the bundle.
Expand Down Expand Up @@ -166,12 +166,12 @@ You can download the oracle instant client rpms from the following links:

{{% tab header="Ubuntu" %}}

You can perform an airgapped installation on Ubhuntu 22 and leter.
You can perform an airgapped installation on Ubuntu 22 and later.

1. Download the airgapped bundle:

```sh
wget https://s3.us-west-2.amazonaws.com/downloads.yugabyte.com/repos/airgapped/yb-voyager-1.8.0_debian.tar.gz
wget https://s3.us-west-2.amazonaws.com/downloads.yugabyte.com/repos/airgapped/yb-voyager-1.8.0_0_debian.tar.gz
```

1. Extract the bundle.
Expand Down Expand Up @@ -263,7 +263,7 @@ The options are as follows.

### Oracle Instant Client installation help for Ubuntu

You can download the oracle instant client rpms from the following links:
You can download the oracle instant client RPM packages from the following links:

- [oracle-instantclient-tools](https://s3.us-west-2.amazonaws.com/downloads.yugabyte.com/repos/apt/pool/main/oracle-instantclient-tools_21.5.0.0.0-1_amd64.debrpm)

Expand Down