From bad1c245b4195a19954fe384d7be35f5be08ed19 Mon Sep 17 00:00:00 2001 From: Ewen Le Bihan Date: Tue, 16 Apr 2024 21:58:42 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20deb=20source=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/getting-started.md b/db/getting-started.md index 2cf4ec4..2831cdb 100644 --- a/db/getting-started.md +++ b/db/getting-started.md @@ -34,7 +34,7 @@ paru -S ortfodb-bin --mflags --skipinteg ``` ```bash [Ubuntu, Debian] -echo "deb [trusted=yes] https://apt.ortfo.org/ /" | sudo tee /etc/apt/sources.list.d/ortfo.list +echo "deb [trusted=yes] https://deb.ortfo.org/ /" | sudo tee /etc/apt/sources.list.d/ortfo.list sudo apt update sudo apt install ortfodb ```