Skip to content

Commit c6d3cb2

Browse files
author
Pat
authored
install: fix script used (#703)
Signed-off-by: Patrick Stephens <[email protected]>
1 parent 9d62564 commit c6d3cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation/linux/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A simple installation script is provided to be used for most Linux targets.
44
This will always install the most recent version released.
55

66
```bash
7-
curl https://raw.githubusercontent.com/fluent/fluent-bit/master/update_version.sh | sh
7+
curl https://raw.githubusercontent.com/fluent/fluent-bit/master/install.sh | sh
88
```
99

1010
If this fails or for more details on the installation then please refer to the specific section for your OS.

0 commit comments

Comments
 (0)