From de3c972e773bb6e991b9fe502122d1e63c2a2c76 Mon Sep 17 00:00:00 2001 From: jld3103 Date: Tue, 20 Jun 2023 15:21:48 +0200 Subject: [PATCH] tool: Fix broken pipe when installing flutter --- tool/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/setup.sh b/tool/setup.sh index 95eb2924..42af0761 100755 --- a/tool/setup.sh +++ b/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