From d1b80ba8c50bf71eaf8c6899a0c05e544987f0b0 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Tue, 20 Feb 2018 16:28:23 +0100 Subject: [PATCH] Only install yakuake in desktop environments. --- packages/packages.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/packages.sh b/packages/packages.sh index a9ede64..7248af1 100755 --- a/packages/packages.sh +++ b/packages/packages.sh @@ -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