From b4b14832401170fdce65aa1fec4d92e6207d36a1 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Fri, 9 Feb 2024 17:56:58 -0600 Subject: [PATCH] fix: Binary name for croc --- croc/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/croc/lure.sh b/croc/lure.sh index e6caf0d..87aebf1 100644 --- a/croc/lure.sh +++ b/croc/lure.sh @@ -20,7 +20,7 @@ version() { package() { # Pull sources echo Pulling ${name} ${version} - curl -L "https://github.com/${git_repo}/releases/latest/download/${name}_${version:1}_Linux-64bit.tar.gz" -o ${name}.tar.gz + curl -L "https://github.com/${git_repo}/releases/latest/download/${name}_${version}_Linux-64bit.tar.gz" -o ${name}.tar.gz # Build package echo Creating the package tar -xzf "${name}.tar.gz" -C .