OS: Added initial support for AIX

This commit is contained in:
Muhammad Herdiansyah 2017-01-03 22:41:21 +07:00
parent 45b852c6ff
commit 5661475a15
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ get_os() {
"SunOS") os="Solaris" ;;
"Haiku") os="Haiku" ;;
"MINIX") os="MINIX" ;;
"AIX") os="AIX" ;;
*)
printf "%s\n" "Unknown OS detected: '$kernel_name', aborting..." >&2
printf "%s\n" "Open an issue on GitHub to add support for your OS." >&2