From dbfaebb3e0da54114c3b760dbdf7c31333fcee0c Mon Sep 17 00:00:00 2001 From: jld3103 Date: Sun, 25 Sep 2022 18:56:06 +0200 Subject: [PATCH] tool: Fix install script --- tool/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/install.sh b/tool/install.sh index ddf5f8d3..c4192a4c 100755 --- a/tool/install.sh +++ b/tool/install.sh @@ -4,7 +4,7 @@ cd "$(dirname "$0")/.." git submodule init git submodule update -fvm dart pub global activate mono_repo 6.4.0 -fvm dart pub global activate fvm 2.4.1 +dart pub global activate mono_repo 6.4.0 +dart pub global activate fvm 2.4.1 yes | fvm install fvm exec mono_repo pub get