mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-25 22:38:36 -06:00
fix: Download link for fastfetch
This commit is contained in:
parent
e860230d6d
commit
592d7c4d6a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ version() {
|
|||
package() {
|
||||
# Pull sources
|
||||
echo Pulling ${name} ${version}
|
||||
curl -L "https://github.com/${git_repo}/releases/latest/download/${name}-${version}-Linux.rpm" -o ${name}.rpm
|
||||
curl -L "https://github.com/${git_repo}/releases/latest/download/${name}-linux-x86_64.rpm" -o ${name}.rpm
|
||||
# Build package
|
||||
echo Creating the package
|
||||
cd ${pkgdir}
|
||||
|
|
Loading…
Reference in a new issue