Skip to content

Commit 40b269b

Browse files
Apply suggestions from code review
Co-authored-by: Adam Locke <[email protected]> Signed-off-by: esmerel <[email protected]>
1 parent 55a7a4f commit 40b269b

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

installation/linux/ubuntu.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ support releases of Ubuntu. The latest officially supported version is Noble Num
66

77
## Single line install
88

9-
An installation script is provided to be used for most Linux targets.
9+
An installation script is provided for most Linux targets.
1010
This will always install the most recent version released.
1111

1212
```bash
@@ -66,31 +66,36 @@ deb [signed-by=/usr/share/keyrings/fluentbit-keyring.gpg] https://packages.fluen
6666

6767
### Update your repositories database
6868

69-
Now let your system update the `apt` database:
69+
Update the `apt` database on your system:
7070

7171
```bash
7272
sudo apt-get update
7373
```
7474

7575
{% hint style="info" %}
76-
Fluent Bit recommends upgrading your system (`sudo apt-get upgrade`). This could
77-
avoid potential issues with expired certificates.
76+
Fluent Bit recommends upgrading your system to avoid potential issues
77+
with expired certificates:
7878

79-
If you have the error `Certificate verification failed`, check if the package
80-
`ca-certificates` is properly installed (`sudo apt-get install ca-certificates`).
79+
`sudo apt-get upgrade`
80+
81+
82+
If you receive the error `Certificate verification failed`, check if the package
83+
`ca-certificates` is properly installed:
84+
85+
`sudo apt-get install ca-certificates`
8186
{% endhint %}
8287

8388
## Install Fluent Bit
8489

8590
1. Use the following `apt-get` command to install the latest Fluent Bit:
8691

87-
```bash
92+
```bash copy
8893
sudo apt-get install fluent-bit
8994
```
9095

9196
1. Instruct `systemd` to enable the service:
9297

93-
```bash
98+
```bash copy
9499
sudo systemctl start fluent-bit
95100
```
96101

0 commit comments

Comments
 (0)