Commit 0cfe6f36 authored by Muhammad Herdiansyah's avatar Muhammad Herdiansyah

Distro: Added support for AIX

parent 5661475a
...@@ -189,6 +189,10 @@ get_distro() { ...@@ -189,6 +189,10 @@ get_distro() {
"Haiku") "Haiku")
distro="$(uname -sv | awk '{print $1 " " $2}')" distro="$(uname -sv | awk '{print $1 " " $2}')"
;; ;;
"AIX")
distro="AIX $(oslevel)"
;;
esac esac
[[ -z "$distro" ]] && distro="$os (Unknown)" [[ -z "$distro" ]] && distro="$os (Unknown)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment