Add jq to packages

This commit is contained in:
2024-11-07 21:37:26 -06:00
parent 9ff4c03ab5
commit cd7d8a61da

View File

@@ -28,7 +28,7 @@ fi
{{/* libpq-dev libssh-dev libsqlite3-dev */ -}} {{/* libpq-dev libssh-dev libsqlite3-dev */ -}}
echo "chezmoi: Installing apt packages" 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 sudo apt install -y $PACKAGES
INSTALL_ONLY_PACKAGES='iperf3 unzip p7zip-full nmap reptyr' # Install only if missing INSTALL_ONLY_PACKAGES='iperf3 unzip p7zip-full nmap reptyr' # Install only if missing