Skip to content

Commit 3b29e0c

Browse files
committed
Make wget less verbose
1 parent ae9ab3a commit 3b29e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_models.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ INSTALL_TINYYOLOV4=${INSTALL_TINYYOLOV4:-yes}
1818
INSTALL_CORAL_EDGETPU=${INSTALL_CORAL_EDGETPU:-no}
1919

2020
TARGET_DIR='./models'
21-
WGET=$(which wget)
21+
WGET="$(which wget) --progress=bar:force:noscroll"
2222

2323
# utility functions for color coded pretty printing
2424
print_error() {

0 commit comments

Comments
 (0)