diff --git a/dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_install-dotfiles.tmpl b/dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_install-dotfiles.tmpl index b2713d27..1c0929c2 100644 --- a/dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_install-dotfiles.tmpl +++ b/dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_install-dotfiles.tmpl @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Exclude dom0 since it has no internet access to download Gum / Glow -if [ ! -f '/etc/qubes-release' ]; then +if [ ! -f '/etc/qubes-release' ] && ! command -v logg > /dev/null; then # Required for styled logging {{- includeTemplate "universal/logg" }} else