Limit ibus installation on debian-ish to desktop-only.

master
Icedream 2018-02-17 20:41:40 +01:00
parent be7e84a0f8
commit 626d456aa4
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 3 additions and 1 deletions

View File

@ -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