更新 'flutter-install.sh'

master
donny 2021-11-01 08:06:58 +00:00
parent 2383d8a0b1
commit d55ee06f3c
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}/bin:${PATH}>>/etc/profile
source /etc/profile
flutter doctor -v