Why Nostr? What is Njump?
2024-07-03 00:51:34

npub1js…xq5xx on Nostr: commit 2ce7dee12a6ef813c0c15a339932321689b8379a Author: @RandyMcMillan ...

commit 2ce7dee12a6ef813c0c15a339932321689b8379a
Author: @RandyMcMillan <[email protected]>
Date: Tue Feb 27 20:21:45 2024 -0500

GNUmakefile:detect:apt install tcl-dev

diff --git a/GNUmakefile b/GNUmakefile
index 9fc3a7eca..fe17c933f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -339,6 +339,9 @@ endif
bash -c "[ '$(shell uname -s)' == 'Linux' ] && \
$(SUDO) apt-get install python-is-python3 2>/dev/null || \
echo "
+ bash -c "[ '$(shell uname -s)' == 'Linux' ] && \
+ $(SUDO) apt-get install tcl-dev 2>/dev/null || \
+ echo "
bash -c "[ '$(shell uname -s)' == 'Linux' ] && \
$(SUDO) apt-get install util-linux 2>/dev/null || \
apk add util-linux || true"
Author Public Key
npub1js49gk4j58mefqztrvq69s7aeqzdexfq5gkr8fquhg7mltyx4l3snxq5xx