Compare commits

..

2 Commits

Author SHA1 Message Date
Icedream 723121cc1a
Add jq to packages to install. 2018-02-17 20:19:37 +01:00
Icedream d67dc04d68
makepkg is not a package. 2018-02-17 20:19:29 +01:00
1 changed files with 4 additions and 3 deletions

View File

@ -36,12 +36,12 @@ if has_tags pm:pacman; then
# libarchive for bsdtar # libarchive for bsdtar
sudo pacman -Sy sudo pacman -Sy
pacman_install \ pacman_install \
makepkg \
base-devel \ base-devel \
libarchive \ libarchive \
tar \ tar \
gzip \ gzip \
xz xz \
jq
# yay # yay
if ! has_tags pm:yay; then if ! has_tags pm:yay; then
@ -99,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