From cd7d8a61da3ef503908a9e2a54772ff652d11ba7 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 7 Nov 2024 21:37:26 -0600 Subject: [PATCH] Add jq to packages --- home/run_onchange_install-packages.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/run_onchange_install-packages.sh.tmpl b/home/run_onchange_install-packages.sh.tmpl index 2d6a607..9bc7584 100644 --- a/home/run_onchange_install-packages.sh.tmpl +++ b/home/run_onchange_install-packages.sh.tmpl @@ -28,7 +28,7 @@ fi {{/* libpq-dev libssh-dev libsqlite3-dev */ -}} echo "chezmoi: Installing apt packages" -PACKAGES='git fzf zsh fish sqlite curl ripgrep' # Install and/or update +PACKAGES='git fzf zsh fish sqlite curl ripgrep jq' # Install and/or update sudo apt install -y $PACKAGES INSTALL_ONLY_PACKAGES='iperf3 unzip p7zip-full nmap reptyr' # Install only if missing