X-Git-Url: http://git.dujemihanovic.xyz/?a=blobdiff_plain;f=content%2Fposts%2Fupdating-dendrite%2Findex.md;fp=content%2Fposts%2Fupdating-dendrite%2Findex.md;h=e44eca161e8a76f0dd37419aff3f0899418764ef;hb=2418d7d31036b2a211d521b1313f8073bf8cf497;hp=6e21f565dbc6f3e753cac50cdd06f21b67dd61dd;hpb=83710f57f69cce08f7eb726cb8c4a3c55f4819b7;p=dujemihanovic.xyz.git diff --git a/content/posts/updating-dendrite/index.md b/content/posts/updating-dendrite/index.md index 6e21f56..e44eca1 100644 --- a/content/posts/updating-dendrite/index.md +++ b/content/posts/updating-dendrite/index.md @@ -5,7 +5,7 @@ date: 2023-08-24T16:41:53+02:00 I decided to share the method I just devised for updating (and perhaps installing) Dendrite on my VPS. -# Motivation +## Motivation I discovered that yesterday (as of writing), Dendrite was updated to [0.13.2](https://github.com/matrix-org/dendrite/releases/tag/v0.13.2), and I was running 0.13.1. Because old thing bad and new thing good, I decided to update @@ -29,7 +29,7 @@ I looked around to see if maybe Go has its own Debian repository, but I was out of luck. It seemed that the 2 options were either install Go from source or just stick with Dendrite 0.13.1, but in the end I decided on a 3rd solution: -# Compiling it locally +## Compiling it locally My personal machine runs Artix, so there should be no problem with outdated Go (or anything really) whatsoever. I figured that I could compile Dendrite on my personal machine and then `rsync` the binaries onto my VPS, just like I did with