init darwin support

This commit is contained in:
2025-08-21 17:01:13 -05:00
parent cb78470af1
commit bd5d5aaec9
4 changed files with 66 additions and 12 deletions

View File

@@ -108,6 +108,10 @@ print_os() {
OS+="-${VERSION_ID}"
fi
echo "${OS}"
else
local os
os="$(uname -o)"
echo "${os,,}"
fi
}