Commit 54bf42f1 authored by dylan araps's avatar dylan araps

Distro: Add support for IRIX

parent 6c957f3b
......@@ -206,6 +206,10 @@ get_distro() {
"AIX")
distro="AIX $(oslevel)"
;;
"IRIX")
distro="IRIX ${kernel_version}"
;;
esac
[[ -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