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 \
|
python-pip \
|
||||||
zsh \
|
zsh \
|
||||||
zsh-syntax-highlighting \
|
zsh-syntax-highlighting \
|
||||||
ibus \
|
|
||||||
jq
|
jq
|
||||||
|
if has_tags desktop; then
|
||||||
|
apt_install ibus
|
||||||
|
fi
|
||||||
add_tag pm:pip3
|
add_tag pm:pip3
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue