Add jq to packages to install.

master
Icedream 2018-02-17 20:19:37 +01:00
parent d67dc04d68
commit 723121cc1a
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 4 additions and 2 deletions

View File

@ -40,7 +40,8 @@ if has_tags pm:pacman; then
libarchive \ libarchive \
tar \ tar \
gzip \ gzip \
xz xz \
jq
# yay # yay
if ! has_tags pm:yay; then if ! has_tags pm:yay; then
@ -98,7 +99,8 @@ if has_tags pm:apt; then
python-pip \ python-pip \
zsh \ zsh \
zsh-syntax-highlighting \ zsh-syntax-highlighting \
ibus ibus \
jq
add_tag pm:pip3 add_tag pm:pip3
fi fi