From 996c9e50c727f8473e9b1c2239d316e81eb01a14 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 16 Dec 2025 13:21:04 +0900 Subject: [PATCH] docs/installation: limit apt repo architecture --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index bedb7d1..50b7f1b 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -16,7 +16,7 @@ sudo -i VERSION_CODENAME=$(lsb_release -cs) # Add the repository -echo "deb [signed-by=/etc/apt/keyrings/pvvgit-projects.asc] https://git.pvv.ntnu.no/api/packages/Projects/debian $VERSION_CODENAME main" | tee -a /etc/apt/sources.list.d/gitea.list +echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/pvvgit-projects.asc] https://git.pvv.ntnu.no/api/packages/Projects/debian $VERSION_CODENAME main" | tee -a /etc/apt/sources.list.d/gitea.list # Pull the repository key curl https://git.pvv.ntnu.no/api/packages/Projects/debian/repository.key -o /etc/apt/keyrings/pvvgit-projects.asc