Limit ibus installation on debian-ish to desktop-only.
parent
be7e84a0f8
commit
626d456aa4
|
@ -99,8 +99,10 @@ if has_tags pm:apt; then
|
|||
python-pip \
|
||||
zsh \
|
||||
zsh-syntax-highlighting \
|
||||
ibus \
|
||||
jq
|
||||
if has_tags desktop; then
|
||||
apt_install ibus
|
||||
fi
|
||||
add_tag pm:pip3
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue