feat: Some adaptations for termux
This commit is contained in:
@@ -9,6 +9,16 @@
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Debian */}}
|
||||
{{- if and (eq .chezmoi.os "linux") (hasKey .chezmoi "osRelease") (eq .chezmoi.osRelease.id "debian") -}}
|
||||
|
||||
# Debian common
|
||||
{{- range .packages.debian.common }}
|
||||
"apt:{{- . }}" = "latest"
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Ubuntu */}}
|
||||
{{- if $isUbuntu }}
|
||||
|
||||
# Ubuntu common
|
||||
|
||||
Reference in New Issue
Block a user