Update install-uvtools.sh

This commit is contained in:
Tiago Conceição
2022-11-26 05:22:28 +00:00
parent 4ec598d22c
commit 8c4a4a5362
+2 -2
View File
@@ -67,8 +67,8 @@ echo ' | | | |\ \ / /| __/ _ \ / _ \| / __|'
echo ' | |_| | \ V / | || (_) | (_) | \__ \'
echo ' \___/ \_/ \__\___/ \___/|_|___/'
echo ' Auto download and installer script '
echo "- Detecting OS"
echo ''
echo '- Detecting OS'
if [ "${OSTYPE:0:6}" == "darwin" ]; then
osVariant="osx"