Skip to content

Commit ed379b4

Browse files
authored
Merge pull request #406 from kenhys/use-apt-source
Remove EOL and missing Ubuntu 22.04 (experimental)
2 parents f821add + 8682678 commit ed379b4

File tree

1 file changed

+10
-24
lines changed

1 file changed

+10
-24
lines changed

installation/install-by-deb.md

Lines changed: 10 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ NOTE: Treasure Data does not verify Debian packages. If you have any problem wit
3030

3131
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.
3232

33+
For Ubuntu Jammy:
34+
35+
```bash
36+
# td-agent 4 (experimental)
37+
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-jammy-td-agent4.sh | sh
38+
```
39+
3340
For Ubuntu Focal:
3441

3542
```bash
@@ -42,7 +49,7 @@ For Ubuntu Bionic:
4249
```bash
4350
# td-agent 4
4451
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-bionic-td-agent4.sh | sh
45-
# td-agent 3
52+
# td-agent 3 (EOL)
4653
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-bionic-td-agent3.sh | sh
4754
```
4855

@@ -51,17 +58,10 @@ For Ubuntu Xenial:
5158
```bash
5259
# td-agent 4
5360
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-xenial-td-agent4.sh | sh
54-
# td-agent 3
61+
# td-agent 3 (EOL)
5562
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-xenial-td-agent3.sh | sh
5663
```
5764

58-
For Ubuntu Trusty:
59-
60-
```bash
61-
# td-agent 3
62-
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-trusty-td-agent3.sh | sh
63-
```
64-
6565
For Debian Bullseye:
6666

6767
```bash
@@ -74,24 +74,10 @@ For Debian Buster:
7474
```bash
7575
# td-agent 4
7676
curl -fsSL https://toolbelt.treasuredata.com/sh/install-debian-buster-td-agent4.sh | sh
77-
# td-agent 3
77+
# td-agent 3 (EOL)
7878
curl -fsSL https://toolbelt.treasuredata.com/sh/install-debian-buster-td-agent3.sh | sh
7979
```
8080

81-
For Debian Stretch:
82-
83-
```bash
84-
# td-agent 3
85-
curl -fsSL https://toolbelt.treasuredata.com/sh/install-debian-stretch-td-agent3.sh | sh
86-
```
87-
88-
For Debian Jessie:
89-
90-
```bash
91-
# td-agent 3
92-
curl -fsSL https://toolbelt.treasuredata.com/sh/install-debian-jessie-td-agent3.sh | sh
93-
```
94-
9581
### Step 2: Launch Daemon
9682

9783
### `systemd`

0 commit comments

Comments
 (0)