Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Commit

Permalink
decrease log with -q param for wget
Browse files Browse the repository at this point in the history
  • Loading branch information
ysh329 committed Jun 27, 2020
1 parent 3467740 commit a63aeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function prepare_env() {
echo $platform
if [[ $platform =~ "Linux" ]]; then
sudo apt update
apt install -y wget unzip zip
sudo apt install -y wget unzip zip
fi
}

Expand Down

0 comments on commit a63aeae

Please sign in to comment.