Update the language in the deps.sh script

This commit is contained in:
Matt McWilliams 2021-12-13 15:50:54 -05:00
parent 7e4f6dd476
commit 72aff30b11
1 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,9 @@ for dep in ${DEPS[@]}; do
echo "For more information about how to install admesh https://github.com/admesh/admesh"
echo "OR https://www.howtoinstall.me/ubuntu/18-04/admesh/"
fi
echo "Individual .scad files can be compiled directly without this script"
if [[ "${dep}" == "openscad" ]]; then
echo "Individual .scad files can be compiled directly without this script"
fi
exit 1
fi
done