更新 'flutter-install.sh'

master
donny 2021-11-01 08:06:02 +00:00
parent a24c2d01a7
commit 2383d8a0b1
1 changed files with 1 additions and 1 deletions

View File

@ -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}:${PATH}>>/etc/profile
source /etc/profile
flutter doctor -v