Skip to content

Commit 75841e8

Browse files
authored
install: linux: add system upgrade recommendation (#688)
Signed-off-by: lecaros <[email protected]>
1 parent 35c0eca commit 75841e8

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

installation/linux/debian.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ Now let your system update the _apt_ database:
3434
$ sudo apt-get update
3535
```
3636

37+
{% hint style="info" %}
38+
We recommend upgrading your system (```sudo apt-get upgrade```). This could avoid potential issues with expired certificates.
39+
{% endhint %}
40+
41+
3742
## Install TD Agent Bit
3843

3944
Using the following _apt-get_ command you are able now to install the latest _td-agent-bit_:

installation/linux/raspbian-raspberry-pi.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ Now let your system update the _apt_ database:
3232
$ sudo apt-get update
3333
```
3434

35+
{% hint style="info" %}
36+
We recommend upgrading your system (```sudo apt-get upgrade```). This could avoid potential issues with expired certificates.
37+
{% endhint %}
38+
39+
3540
## Install TD-Agent Bit
3641

3742
Using the following _apt-get_ command you are able now to install the latest _td-agent-bit_:

installation/linux/ubuntu.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ Now let your system update the _apt_ database:
4040
sudo apt-get update
4141
```
4242

43+
{% hint style="info" %}
44+
We recommend upgrading your system (```sudo apt-get upgrade```). This could avoid potential issues with expired certificates.
45+
{% endhint %}
46+
47+
4348
## Install TD-Agent Bit
4449

4550
Using the following _apt-get_ command you are able now to install the latest _td-agent-bit_:

0 commit comments

Comments
 (0)