mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-25 14:38:35 -06:00
fix: Pakckage url for fastfetch
This commit is contained in:
parent
592d7c4d6a
commit
3160d57322
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,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}-linux-x86_64.rpm" -o ${name}.rpm
|
curl -L "https://github.com/${git_repo}/releases/latest/download/${name}-linux-amd64.rpm" -o ${name}.rpm
|
||||||
# Build package
|
# Build package
|
||||||
echo Creating the package
|
echo Creating the package
|
||||||
cd ${pkgdir}
|
cd ${pkgdir}
|
||||||
|
|
Loading…
Reference in a new issue