mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-25 22:38:36 -06:00
fix: fzf changed naming format
This commit is contained in:
parent
4816b768de
commit
55aa6c6226
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/fzf-${version}-linux_amd64.tar.gz" -o ${name}.tar.gz
|
curl -L "https://github.com/${git_repo}/releases/latest/download/fzf-${version:1}-linux_amd64.tar.gz" -o ${name}.tar.gz
|
||||||
# curl -L "https://raw.githubusercontent.com/${git_repo}/master/bin/${name}-tmux" -o ${name}-tmux
|
# curl -L "https://raw.githubusercontent.com/${git_repo}/master/bin/${name}-tmux" -o ${name}-tmux
|
||||||
curl -L "https://raw.githubusercontent.com/${git_repo}/master/man/man1/${name}.1" -o ${name}.1
|
curl -L "https://raw.githubusercontent.com/${git_repo}/master/man/man1/${name}.1" -o ${name}.1
|
||||||
# curl -L "https://raw.githubusercontent.com/${git_repo}/master/man/man1/${name}-tmux.1" -o ${name}-tmux.1
|
# curl -L "https://raw.githubusercontent.com/${git_repo}/master/man/man1/${name}-tmux.1" -o ${name}-tmux.1
|
||||||
|
|
Loading…
Reference in a new issue