Update dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_install-dotfiles.tmpl
This commit is contained in:
parent
13b25de463
commit
3f5fb3e6d3
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Exclude dom0 since it has no internet access to download Gum / Glow
|
# 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
|
# Required for styled logging
|
||||||
{{- includeTemplate "universal/logg" }}
|
{{- includeTemplate "universal/logg" }}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue