Skip to content

Commit

Permalink
Merge pull request fluent#406 from kenhys/use-apt-source
Browse files Browse the repository at this point in the history
Remove EOL and missing Ubuntu 22.04 (experimental)
  • Loading branch information
ashie committed Jun 6, 2022
2 parents f821add + 8682678 commit ed379b4
Showing 1 changed file with 10 additions and 24 deletions.
34 changes: 10 additions & 24 deletions installation/install-by-deb.md
Expand Up @@ -30,6 +30,13 @@ NOTE: Treasure Data does not verify Debian packages. If you have any problem wit

A shell script is provided to automate the installation process for each version. The shell script registers a new apt repository at `/etc/apt/sources.list.d/treasure-data.list` and installs the `td-agent` deb package.

For Ubuntu Jammy:

```bash
# td-agent 4 (experimental)
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-jammy-td-agent4.sh | sh
```

For Ubuntu Focal:

```bash
Expand All @@ -42,7 +49,7 @@ For Ubuntu Bionic:
```bash
# td-agent 4
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-bionic-td-agent4.sh | sh
# td-agent 3
# td-agent 3 (EOL)
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-bionic-td-agent3.sh | sh
```

Expand All @@ -51,17 +58,10 @@ For Ubuntu Xenial:
```bash
# td-agent 4
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-xenial-td-agent4.sh | sh
# td-agent 3
# td-agent 3 (EOL)
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-xenial-td-agent3.sh | sh
```

For Ubuntu Trusty:

```bash
# td-agent 3
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-trusty-td-agent3.sh | sh
```

For Debian Bullseye:

```bash
Expand All @@ -74,24 +74,10 @@ For Debian Buster:
```bash
# td-agent 4
curl -fsSL https://toolbelt.treasuredata.com/sh/install-debian-buster-td-agent4.sh | sh
# td-agent 3
# td-agent 3 (EOL)
curl -fsSL https://toolbelt.treasuredata.com/sh/install-debian-buster-td-agent3.sh | sh
```

For Debian Stretch:

```bash
# td-agent 3
curl -fsSL https://toolbelt.treasuredata.com/sh/install-debian-stretch-td-agent3.sh | sh
```

For Debian Jessie:

```bash
# td-agent 3
curl -fsSL https://toolbelt.treasuredata.com/sh/install-debian-jessie-td-agent3.sh | sh
```

### Step 2: Launch Daemon

### `systemd`
Expand Down

0 comments on commit ed379b4

Please sign in to comment.