Add jq to packages to install.
parent
d67dc04d68
commit
723121cc1a
|
@ -40,7 +40,8 @@ if has_tags pm:pacman; then
|
|||
libarchive \
|
||||
tar \
|
||||
gzip \
|
||||
xz
|
||||
xz \
|
||||
jq
|
||||
|
||||
# yay
|
||||
if ! has_tags pm:yay; then
|
||||
|
@ -98,7 +99,8 @@ if has_tags pm:apt; then
|
|||
python-pip \
|
||||
zsh \
|
||||
zsh-syntax-highlighting \
|
||||
ibus
|
||||
ibus \
|
||||
jq
|
||||
add_tag pm:pip3
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue