Compare commits
2 Commits
aa0190c6f8
...
723121cc1a
Author | SHA1 | Date |
---|---|---|
|
723121cc1a | |
|
d67dc04d68 |
|
@ -36,12 +36,12 @@ if has_tags pm:pacman; then
|
|||
# libarchive for bsdtar
|
||||
sudo pacman -Sy
|
||||
pacman_install \
|
||||
makepkg \
|
||||
base-devel \
|
||||
libarchive \
|
||||
tar \
|
||||
gzip \
|
||||
xz
|
||||
xz \
|
||||
jq
|
||||
|
||||
# yay
|
||||
if ! has_tags pm:yay; then
|
||||
|
@ -99,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