Skip to content

Commit

Permalink
Fixed json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffser committed Feb 3, 2025
1 parent 9a1761d commit db70c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions com.jeffser.Alpaca.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
"name": "ollama",
"buildsystem": "simple",
"build-commands": [
"#cp -r --remove-destination * ${FLATPAK_DEST}/",
"cp -r --remove-destination * ${FLATPAK_DEST}/",
"mkdir ${FLATPAK_DEST}/plugins"
],
"sources": [
Expand All @@ -340,7 +340,7 @@
"url": "https://github.com/ollama/ollama/releases/download/v0.5.7/ollama-linux-amd64.tgz",
"sha256": "8d4e054bc512d53115074c19de5a7915df78180f89c014abbae4497e4a813a3c",
"only-arches": [
"aarch64"
"x86_64"
]
},
{
Expand Down

0 comments on commit db70c8f

Please sign in to comment.