From d55ee06f3cbb6e41ce786d3443f2a6e6eb97b53b Mon Sep 17 00:00:00 2001 From: donny Date: Mon, 1 Nov 2021 08:06:58 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'flutter-install.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flutter-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter-install.sh b/flutter-install.sh index cc7164c..cd3782f 100644 --- a/flutter-install.sh +++ b/flutter-install.sh @@ -11,7 +11,7 @@ echo export FLUTTER_HOME=/usr/local/flutter>>/etc/profile echo export PUB_HOSTED_URL=https://pub.flutter-io.cn>>/etc/profile echo export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn>>/etc/profile -echo export PATH=${FLUTTER_HOME}:${PATH}>>/etc/profile +echo export PATH=${FLUTTER_HOME}/bin:${PATH}>>/etc/profile source /etc/profile flutter doctor -v