From 592d7c4d6a4947924c5504859ffc49cd7f96a4f2 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Sun, 18 Feb 2024 15:26:09 -0600 Subject: [PATCH] fix: Download link for fastfetch --- fastfetch/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastfetch/lure.sh b/fastfetch/lure.sh index c36ed22..e371b5f 100644 --- a/fastfetch/lure.sh +++ b/fastfetch/lure.sh @@ -21,7 +21,7 @@ version() { package() { # Pull sources echo Pulling ${name} ${version} - curl -L "https://github.com/${git_repo}/releases/latest/download/${name}-${version}-Linux.rpm" -o ${name}.rpm + curl -L "https://github.com/${git_repo}/releases/latest/download/${name}-linux-x86_64.rpm" -o ${name}.rpm # Build package echo Creating the package cd ${pkgdir}