Skip to content

Commit

Permalink
Merge pull request #6338 from EnterpriseDB/sonotley-patch-2
Browse files Browse the repository at this point in the history
Update install-agent.mdx
  • Loading branch information
djw-m authored Dec 10, 2024
2 parents 9b17631 + eb5c192 commit 0be6633
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ Depending on your operating system, run the following command to enable your sys
For RHEL-like or SLES:

```shell
curl -1sSLf 'https://downloads.enterprisedb.com/$EDB_SUBSCRIPTION_TOKEN/$EDB_SUBSCRIPTION_TYPE/setup.rpm.sh' | sudo -E bash
curl -1sSLf "https://downloads.enterprisedb.com/$EDB_SUBSCRIPTION_TOKEN/$EDB_SUBSCRIPTION_TYPE/setup.rpm.sh" | sudo -E bash
```

For Debian or Ubuntu:

```shell
curl -1sSLf 'https://downloads.enterprisedb.com/$EDB_SUBSCRIPTION_TOKEN/$EDB_SUBSCRIPTION_TYPE/setup.deb.sh' | sudo -E bash
curl -1sSLf "https://downloads.enterprisedb.com/$EDB_SUBSCRIPTION_TOKEN/$EDB_SUBSCRIPTION_TYPE/setup.deb.sh" | sudo -E bash
```

## Install the beacon-agent package
Expand Down

1 comment on commit 0be6633

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.