fix: Pakckage url for fastfetch

This commit is contained in:
Sayantan Santra 2024-02-27 09:56:01 -06:00
parent 592d7c4d6a
commit 3160d57322
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}-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
echo Creating the package
cd ${pkgdir}