b9fb9153a368

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 21 Aug 2023 14:17:55 -0400
parents 90f575cdcbe3
children 370dc0d38c33
branches/tags (none)
files README.markdown

Changes

--- 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.