diff --git a/packages/packages.sh b/packages/packages.sh index 276668e..805b5be 100755 --- a/packages/packages.sh +++ b/packages/packages.sh @@ -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