From e646bdaa4d800a0b8f710a0ce9ebd9a0851af8eb Mon Sep 17 00:00:00 2001 From: Lars Bahner Date: Sun, 3 Mar 2024 13:16:36 +0100 Subject: [PATCH] Suppress curl noise --- termux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/termux.sh b/termux.sh index 08ac273..5cda1aa 100644 --- a/termux.sh +++ b/termux.sh @@ -15,7 +15,7 @@ GO_MA_ACTOR_URL="https://github.com/bahner/go-ma-actor/releases/download/${GO_MA ### IPFS # Fetch -curl "${KUBO_URL}" -o "${KUBO_TARBALL}" +curl -s "${KUBO_URL}" -o "${KUBO_TARBALL}" # Install tar xf "${KUBO_TARBALL}"