fix: Download link for fastfetch

This commit is contained in:
Sayantan Santra 2024-02-18 15:26:09 -06:00
parent e860230d6d
commit 592d7c4d6a
Signed by: SinTan1729
GPG key ID: EB3E68BFBA25C85F

View file

@ -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}-${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 # Build package
echo Creating the package echo Creating the package
cd ${pkgdir} cd ${pkgdir}