Added 'ubuntu' as ID to deb functions.
This commit is contained in:
parent
d60eb95920
commit
3de4ad2256
@ -113,7 +113,7 @@ list-ssh-keys() {
|
||||
done
|
||||
}
|
||||
|
||||
{{- if (or (eq .chezmoi.osRelease.id "debian") (eq .chezmoi.osRelease.id "linuxmint")) }}
|
||||
{{- if (or (eq .chezmoi.osRelease.id "debian") (eq .chezmoi.osRelease.id "linuxmint") (eq .chezmoi.osRelease.id "ubuntu")) }}
|
||||
# Show version of a Debian package
|
||||
debversion() {
|
||||
local pkgname="${1:?packagename required}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user