diff options
| author | Luke Smith <Luke Smith> | 2022-07-01 08:13:18 -0400 |
|---|---|---|
| committer | Luke Smith <Luke Smith> | 2022-07-01 08:13:18 -0400 |
| commit | b25dd6ddca16b79dc5442d6d368b56d3a5ac2e2b (patch) | |
| tree | d08ecff0e3fceebb77b8dc4034dbd60826fa949b /content | |
| parent | 4934444ab713dcacf300bcffec4e3be0206a8b78 (diff) | |
| parent | 3a641d4935155f80d155c261609e3ef5c555c9d3 (diff) | |
Merge branch 'dw5-patch-1'
Diffstat (limited to 'content')
| -rw-r--r-- | content/gitea.md | 2 |
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: |
