From f91556b3fcd43703deaa8b87e480374b35be4dab Mon Sep 17 00:00:00 2001 From: Dimianovic Date: Tue, 2 Nov 2021 07:08:30 +0100 Subject: [PATCH] Update 04_2__Interlude_Using_JQ.md Added "s" in bc install command --- 04_2__Interlude_Using_JQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_2__Interlude_Using_JQ.md b/04_2__Interlude_Using_JQ.md index 866df76..65a890b 100644 --- a/04_2__Interlude_Using_JQ.md +++ b/04_2__Interlude_Using_JQ.md @@ -357,7 +357,7 @@ To complete the transaction fee calculation, you subtract the .vout .amount (1.0 To do this, you'll need to install `bc`: ``` -$ sudo apt-get intall bc +$ sudo apt-get install bc ``` Putting it all together creates a complete calculator in just five lines of script: