[__sensible_utils] Fix Ubuntu version detection
This commit is contained in:
parent
8b0734f719
commit
9edf5e8fe0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue