sort os by alphabet

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-01-30 11:52:41 +01:00
parent 355c1553b2
commit 6fa8f1d051
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ else
archlinux) type="pacman" ;;
debian|ubuntu) type="apt" ;;
gentoo) type="emerge" ;;
fedora|redhat|centos|amazon) type="yum" ;;
amazon|centos|fedora|redhat) type="yum" ;;
*)
echo "Don't know how to manage packages on: $os" >&2
exit 1