mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
feat: dont install fonts in ephemeral containers
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
{{- if .ephemeral }}
|
||||
exit 0
|
||||
{{- end }}
|
||||
|
||||
FONT_DIR="${HOME}/.local/share/fonts"
|
||||
TEMP_DIR=$(mktemp -d)
|
||||
|
||||
Reference in New Issue
Block a user