Various small changes from the last week or so

This commit is contained in:
2025-10-24 02:02:03 -05:00
parent 49be8f8393
commit 744ffd9ff7
14 changed files with 147 additions and 9 deletions

View File

@@ -7,6 +7,8 @@
exit 0
}
echo "---- settings vars for system type -----"
# determine OS and, if linux, distro
[[ "$OSTYPE" = *"darwin"* ]] && setup_os="macos" || {
[[ "$OSTYPE" = *"linux"* ]] && setup_os="linux" && {