summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2023-10-04 08:46:42 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2023-10-04 08:46:42 +0000
commiteb272121fce945381304ff8f233d3b054eda6f46 (patch)
tree594f19b5c5b7addfc571db01098dc9c25e2e2242
parent4e42e5a0b624d39a13ae909c5ad3045ddfae1e47 (diff)
downloadvyos-user-utils-eb272121fce945381304ff8f233d3b054eda6f46.tar.gz
vyos-user-utils-eb272121fce945381304ff8f233d3b054eda6f46.zip
T5632: Add user-util jq to parse JSON files from sh
Add useful tool "jq" to parse JSON files from sh scripts. echo '{"system": "VyOS", "rate": 100}' | jq '.system' "VyOS"
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 0b8e4f7..83f14a7 100644
--- a/debian/control
+++ b/debian/control
@@ -25,6 +25,7 @@ Depends:
iotop,
ipcalc,
irqtop,
+ jq,
libnss-myhostname,
localepurge,
lsof,