From 369789eec17a5a78b6d7c620c0063494a0b6d33e Mon Sep 17 00:00:00 2001 From: Ewen Le Bihan Date: Tue, 16 Apr 2024 21:57:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Mention=20integrity=20checks=20i?= =?UTF-8?q?ssue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/getting-started.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/db/getting-started.md b/db/getting-started.md index 65c6db0..2cf4ec4 100644 --- a/db/getting-started.md +++ b/db/getting-started.md @@ -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]