Skip to content

Commit

Permalink
fix: gdown version to 4.6.3 due to error in upper releases
Browse files Browse the repository at this point in the history
  • Loading branch information
nbouron authored Jan 12, 2024
1 parent cc857a6 commit 8f01224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/materials-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

apt-get update
apt-get install -y --no-install-recommends unzip python3 python3-pip
pip3 install gdown
pip3 install gdown==4.6.3

GDOWN_RETRY_MAX=5

Expand Down

0 comments on commit 8f01224

Please sign in to comment.