Only install yakuake in desktop environments.

master
Icedream 2018-02-20 16:28:23 +01:00
parent db237ce481
commit d1b80ba8c5
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 4 additions and 3 deletions

View File

@ -121,10 +121,11 @@ if has_tags pm:apt; then
zsh-syntax-highlighting \
jq \
git \
gnupg2 \
yakuake
gnupg2
if has_tags desktop; then
apt_install ibus
apt_install \
ibus \
yakuake
fi
add_tag pm:pip3
fi