Update dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_install-dotfiles.tmpl

This commit is contained in:
Brian Zalewski 2022-11-24 22:34:25 +00:00
parent 13b25de463
commit 3f5fb3e6d3

View file

@ -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