From 9992f8bccb3f563778e1cd481a8f29b1c02e156c Mon Sep 17 00:00:00 2001 From: Saksham Srivastava <134858442+sakshitposting-irl@users.noreply.github.com> Date: Sat, 8 Nov 2025 13:12:57 +0530 Subject: [PATCH] packaging: add -L flag to curl for redirect support The packages.fluentbit.io infrastructure now uses 302 redirects to S3, causing curl to return empty responses without -L flag. This breaks GPG key import on Debian/Ubuntu systems. Fixes: 'gpg: no valid OpenPGP data found' error Signed-off-by: Saksham Srivastava <134858442+sakshitposting-irl@users.noreply.github.com> --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 139c0dda27a..602d58931ce 100755 --- a/install.sh +++ b/install.sh @@ -136,7 +136,7 @@ SCRIPT $SUDO sh <