Update the language in the deps.sh script
This commit is contained in:
parent
7e4f6dd476
commit
72aff30b11
|
@ -24,7 +24,9 @@ for dep in ${DEPS[@]}; do
|
||||||
echo "For more information about how to install admesh https://github.com/admesh/admesh"
|
echo "For more information about how to install admesh https://github.com/admesh/admesh"
|
||||||
echo "OR https://www.howtoinstall.me/ubuntu/18-04/admesh/"
|
echo "OR https://www.howtoinstall.me/ubuntu/18-04/admesh/"
|
||||||
fi
|
fi
|
||||||
|
if [[ "${dep}" == "openscad" ]]; then
|
||||||
echo "Individual .scad files can be compiled directly without this script"
|
echo "Individual .scad files can be compiled directly without this script"
|
||||||
|
fi
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue