Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Jan 25, 2025
1 parent 2b55f81 commit 4e78c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tangent/appimage.official.stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ x_exec:
curl -w "(DL) <== %{url}\n" -qfSL "https://suchnsuch-public.s3.us-east-2.amazonaws.com/Tangent/Releases/${PKGVER^}-arm64.AppImage" -o "./${PKG}" || curl -w "(DL) <== %{url}\n" -qfSL "https://suchnsuch-public.s3.us-east-2.amazonaws.com/Tangent/Releases/${PKGVER}-arm64.AppImage" -o "./${PKG}"
;;
x86_64)
curl -w "(DL) <== %{url}\n" -qfSL "https://suchnsuch-public.s3.us-east-2.amazonaws.com/Tangent/Releases/${PKGVER^}.AppImage" -o "./${PKG}" || curl -w "(DL) <== %{url}\n" -qfSL "https://suchnsuch-public.s3.us-east-2.amazonaws.com/Tangent/Releases/${PKGVER}-arm64.AppImage" -o "./${PKG}"
curl -w "(DL) <== %{url}\n" -qfSL "https://suchnsuch-public.s3.us-east-2.amazonaws.com/Tangent/Releases/${PKGVER^}.AppImage" -o "./${PKG}" || curl -w "(DL) <== %{url}\n" -qfSL "https://suchnsuch-public.s3.us-east-2.amazonaws.com/Tangent/Releases/${PKGVER}.AppImage" -o "./${PKG}"
;;
esac
#Appstream
Expand Down

0 comments on commit 4e78c15

Please sign in to comment.