From 8a802f6db37247ad754946d219fcb49a15d9697f Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 3 Feb 2011 17:40:30 +0100 Subject: [PATCH] add debian/ubuntu support for default pkg_system Signed-off-by: Nico Schottelius --- conf/explorers/pkg_system | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/explorers/pkg_system b/conf/explorers/pkg_system index db17f616..14f717ee 100755 --- a/conf/explorers/pkg_system +++ b/conf/explorers/pkg_system @@ -21,4 +21,5 @@ case "$(__cdist_explorer_dir/os)" in archlinux) echo pacman ;; + debian|ubuntu) echo apt ;; esac