Only install yakuake in desktop environments.
parent
db237ce481
commit
d1b80ba8c5
|
@ -121,10 +121,11 @@ if has_tags pm:apt; then
|
||||||
zsh-syntax-highlighting \
|
zsh-syntax-highlighting \
|
||||||
jq \
|
jq \
|
||||||
git \
|
git \
|
||||||
gnupg2 \
|
gnupg2
|
||||||
yakuake
|
|
||||||
if has_tags desktop; then
|
if has_tags desktop; then
|
||||||
apt_install ibus
|
apt_install \
|
||||||
|
ibus \
|
||||||
|
yakuake
|
||||||
fi
|
fi
|
||||||
add_tag pm:pip3
|
add_tag pm:pip3
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue