From 4b2e8677215bceb2f3992ae496c9635547346a42 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 9 Apr 2021 21:46:08 +0100 Subject: [PATCH] Install sysstat and jq with dnf --- .conduit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.conduit.yaml b/.conduit.yaml index b64e8bc..921dd9d 100644 --- a/.conduit.yaml +++ b/.conduit.yaml @@ -19,6 +19,8 @@ - tmux - xclip - urlscan + - sysstat + - jq - symlink: - src: tmux.conf dst: ~/.tmux.conf