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
1 changed files with 1 additions and 1 deletions

View File

@ -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}