You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
325 B
Bash

#!/usr/bin/env bash
# Will detect one of the following OS family and distro combinations:
#
# linux
# debian
# ubuntu
# redhat
# mac
# windows
#
# The following distro types are then added:
#
# debian (just debian)
# ubuntu (including mint, popos)
# redhat (including rhel, centos, alma, rocky)
which uname