From 3de4ad22562307ec42f073837ef5f2ba268c92cb Mon Sep 17 00:00:00 2001 From: Heavy Date: Sun, 16 Jan 2022 10:26:39 +0100 Subject: [PATCH] Added 'ubuntu' as ID to deb functions. --- dot_bashrc.d/executable_09.functions.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_bashrc.d/executable_09.functions.tmpl b/dot_bashrc.d/executable_09.functions.tmpl index a727e1b..d909ddc 100755 --- a/dot_bashrc.d/executable_09.functions.tmpl +++ b/dot_bashrc.d/executable_09.functions.tmpl @@ -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}"