mirror of
https://github.com/rwxrob/dot
synced 2024-11-18 15:25:52 +00:00
22 lines
325 B
Bash
Executable File
22 lines
325 B
Bash
Executable File
#!/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
|
|
|