mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-26 14:48:37 -06:00
fix: Binary name for croc
This commit is contained in:
parent
89f23f7001
commit
b4b1483240
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ version() {
|
||||||
package() {
|
package() {
|
||||||
# Pull sources
|
# Pull sources
|
||||||
echo Pulling ${name} ${version}
|
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
|
# Build package
|
||||||
echo Creating the package
|
echo Creating the package
|
||||||
tar -xzf "${name}.tar.gz" -C .
|
tar -xzf "${name}.tar.gz" -C .
|
||||||
|
|
Loading…
Reference in a new issue