Compare commits
No commits in common. "723121cc1aa225a9381a00a41f7e9194eb8dc0a9" and "aa0190c6f84c6819e4b95de1d0dfd58aaffd5ddf" have entirely different histories.
723121cc1a
...
aa0190c6f8
|
@ -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 \
|
||||
jq
|
||||
xz
|
||||
|
||||
# yay
|
||||
if ! has_tags pm:yay; then
|
||||
|
@ -99,8 +99,7 @@ if has_tags pm:apt; then
|
|||
python-pip \
|
||||
zsh \
|
||||
zsh-syntax-highlighting \
|
||||
ibus \
|
||||
jq
|
||||
ibus
|
||||
add_tag pm:pip3
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue