summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <Luke Smith>2022-07-01 08:13:01 -0400
committerLuke Smith <Luke Smith>2022-07-01 08:13:01 -0400
commit3a641d4935155f80d155c261609e3ef5c555c9d3 (patch)
treed08ecff0e3fceebb77b8dc4034dbd60826fa949b
parent4934444ab713dcacf300bcffec4e3be0206a8b78 (diff)
parent6c55c2532c901adf16bea991baa71640970b992f (diff)
Merge branch 'patch-1' of https://github.com/dw5/landchad into dw5-patch-1
-rw-r--r--content/gitea.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/gitea.md b/content/gitea.md
index 685c8cb..e09b6c0 100644
--- a/content/gitea.md
+++ b/content/gitea.md
@@ -41,7 +41,7 @@ curl -sL -o /etc/apt/trusted.gpg.d/morph027-gitea.asc https://packaging.gitlab.i
Then add the actual repository to apt:
```sh
-echo "deb [arch=amd64] https://packaging.gitlab.io/gitea gitea main" > /etc/apt/sources.list.d/morph027-gitea.list
+echo "deb [arch=$(dpkg --print-architecture)] https://packaging.gitlab.io/gitea gitea main" > /etc/apt/sources.list.d/morph027-gitea.list
```
Now we can install Gitea: