Browse Source

tool: Fix broken pipe when installing flutter

pull/404/head
jld3103 2 years ago
parent
commit
de3c972e77
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 2
      tool/setup.sh

2
tool/setup.sh

@ -5,5 +5,5 @@ cd "$(dirname "$0")/.."
dart pub global activate melos 3.0.1
dart pub global activate mono_repo 6.5.6
dart pub global activate fvm 2.4.1
yes | fvm install
echo "y" | fvm install
fvm exec mono_repo pub get

Loading…
Cancel
Save