fix: Binary name for croc

This commit is contained in:
Sayantan Santra 2024-02-09 17:56:58 -06:00
parent 89f23f7001
commit b4b1483240
Signed by: SinTan1729
GPG Key ID: EB3E68BFBA25C85F
1 changed files with 1 additions and 1 deletions

View File

@ -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 .