mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2025-02-05 14:12:37 -06:00
fix: neovim tar name
This commit is contained in:
parent
0fd3ec64e7
commit
44c3b6c5ac
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/nvim-linux64.tar.gz" -o ${name}.tar.gz
|
curl -L "https://github.com/${git_repo}/releases/latest/download/nvim-linux-x86_64.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