[__sensible_utils] Fix Ubuntu version detection

remotes/origin/build/support-pip-from-git
Dennis Camera 6 years ago
parent 8b0734f719
commit 9edf5e8fe0
  1. 2
      cdist/conf/type/__sensible_editor/manifest

@ -63,7 +63,7 @@ in
pkg_type='apt' pkg_type='apt'
;; ;;
ubuntu) ubuntu)
"${os_version}" | version_ge 10.04 || package_name='debianutils' (echo "${os_version}" | version_ge 10.04) || package_name='debianutils'
pkg_type='apt' pkg_type='apt'
;; ;;
centos|fedora|redhat|scientific) centos|fedora|redhat|scientific)

Loading…
Cancel
Save