Skip to content

Commit

Permalink
📝 Mention integrity checks issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gwennlbh committed Apr 16, 2024
1 parent 446397d commit 369789e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion db/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@ This is my first time packaging a program to practically all package managers. I

#### Linux

::: warning About integrity checks
Checksums are not calculated correctly for the moment, I don't know why
:::

::: code-group

```bash [Arch Linux (AUR)]
paru -S ortfodb-bin
# skipping integrity checks since they are not calculated correctly for the moment
paru -S ortfodb-bin --mflags --skipinteg
```

```bash [Ubuntu, Debian]
Expand Down

0 comments on commit 369789e

Please sign in to comment.