Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Hertz-Lab
Research
Intelligent Museum
ofxTensorFlow2
Commits
b7ab3f1f
Commit
b7ab3f1f
authored
Feb 16, 2022
by
Dan Wilcox
Browse files
remove download script debug echo
parent
83610a82
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/download_tensorflow.sh
View file @
b7ab3f1f
...
...
@@ -98,7 +98,6 @@ rm -rf $DEST/*
##### download & install
# get latest source
echo
"curl -O
${
HOST
}
/
${
DOWNLOAD
}
.
${
EXT
}
"
RETCODE
=
$(
curl
-LO
-w
"%{http_code}"
${
HOST
}
/
${
DOWNLOAD
}
.
${
EXT
}
)
if
[
"
$RETCODE
"
!=
"200"
]
;
then
echo
"download failed: HTTP
$RETCODE
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment