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

npub1yv…sudkc on Nostr: commit a0b34f21abd5258e453dee86c913061e61b6ee4d Author: @RandyMcMillan ...

commit a0b34f21abd5258e453dee86c913061e61b6ee4d
Author: @RandyMcMillan <[email protected]>
Date: Tue Feb 27 20:48:04 2024 -0500

detect:install bsdmainutils || util-linux

diff --git a/GNUmakefile b/GNUmakefile
index fe17c933f..92a07c19f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -279,6 +279,9 @@ endif
bash -c "[ '$(shell uname -s)' == 'Linux' ] && \
$(SUDO) apt-get install bison 2>/dev/null || \
apk add bison || true"
+ bash -c "[ '$(shell uname -s)' == 'Linux' ] && \
+ $(SUDO) apt-get install bsdmainutils 2>/dev/null || \
+ apk add util-linux || true"
bash -c "[ '$(shell uname -s)' == 'Linux' ] && \
$(SUDO) apt-get install build-essential 2>/dev/null || \
apk add alpine-sdk || true"
Author Public Key
npub1yvp0m65q6440m67nwmxeelakkr9wfwqqkf36lhr27u5y6xvygcqs5sudkc