OS: Added initial support for AIX
This commit is contained in:
parent
45b852c6ff
commit
5661475a15
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue