# HG changeset patch # User Steve Losh # Date 1692641875 14400 # Node ID b9fb9153a368df02db1a22e336a5fa0b72ee31a0 # Parent 90f575cdcbe3b2646681ad53e26c15fa1521e3ee Update diff -r 90f575cdcbe3 -r b9fb9153a368 README.markdown --- a/README.markdown Mon Aug 21 13:29:13 2023 -0400 +++ b/README.markdown Mon Aug 21 14:17:55 2023 -0400 @@ -44,3 +44,8 @@ nothing useful. 2. Use `nm-connection-editor` from `gnome-network-manager` to edit the connection and manually set up the WPA2+PEAP+user/pass for the connection. + +Finally fixed the dulwich errors from hg-git. Since I'm using Debian's hg now +instead of building from source, I needed to install dulwich somewhere that the +system python can find it. I almost installed `python3-pip` to do that, but +then realized I could just install `python3-dulwich` and be done. Cool.