From 3160d5732224eee7d1dc0df958229b52a013fecb Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Tue, 27 Feb 2024 09:56:01 -0600 Subject: [PATCH] fix: Pakckage url for fastfetch --- fastfetch/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastfetch/lure.sh b/fastfetch/lure.sh index e371b5f..1a01d72 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}-linux-x86_64.rpm" -o ${name}.rpm + curl -L "https://github.com/${git_repo}/releases/latest/download/${name}-linux-amd64.rpm" -o ${name}.rpm # Build package echo Creating the package cd ${pkgdir}