We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ff66c commit 38b7302Copy full SHA for 38b7302
1 file changed
prepare_node.sh
@@ -13,7 +13,7 @@ fi
13
echo "-------------------------- OCCT TAR FILE ${OCCT_TARFILE}"
14
ls ${OCCT_TARFILE}
15
if [ ! -f "${OCCT_TARFILE}" ]; then
16
- wget https://github.com/OpenWebCAD/occt_builder/releases/download/v7.1.0/${OCCT_TARFILE}
+ wget -q https://github.com/OpenWebCAD/occt_builder/releases/download/v7.1.0/${OCCT_TARFILE}
17
fi
18
if [ ! -d "${OCCT_PACKAGE}" ]; then
19
echo "extracting package ${OCCT_TARFILE}"
0 commit comments