mirror of
https://github.com/rwxrob/dot
synced 2024-11-14 18:12:56 +00:00
22 lines
325 B
Plaintext
22 lines
325 B
Plaintext
|
#!/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
|
||
|
|