From 64caa3ad08a2b9d4bbd50e7da11ccbde21d35426 Mon Sep 17 00:00:00 2001 From: Patrick Stephens Date: Thu, 10 Feb 2022 19:43:33 +0000 Subject: [PATCH] install: fix script used Signed-off-by: Patrick Stephens --- installation/linux/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/linux/README.md b/installation/linux/README.md index 3c7b9ce42..6e86a9ef9 100644 --- a/installation/linux/README.md +++ b/installation/linux/README.md @@ -4,7 +4,7 @@ A simple installation script is provided to be used for most Linux targets. This will always install the most recent version released. ```bash -curl https://raw.githubusercontent.com/fluent/fluent-bit/master/update_version.sh | sh +curl https://raw.githubusercontent.com/fluent/fluent-bit/master/install.sh | sh ``` If this fails or for more details on the installation then please refer to the specific section for your OS.