Sha256: 45934a7af967ae33df8b00356eacffe80fde0ed31849455c1663f29449c4a46f
Contents?: true
Size: 601 Bytes
Versions: 26
Compression:
Stored size: 601 Bytes
Contents
#!/bin/sh brew install wget mkdir ~/development cd ~/development wget https://storage.googleapis.com/flutter_infra/releases/stable/macos/flutter_macos_v1.9.1+hotfix.6-stable.zip unzip ./flutter_macos_v1.9.1+hotfix.6-stable sudo -s touch /etc/paths.d/flutter sudo chmod 777 /etc/paths.d/flutter sudo -s echo "`pwd`/flutter/bin" > /etc/paths.d/flutter sudo -s touch /etc/paths.d/dart sudo chmod 777 /etc/paths.d/dart sudo -s echo "`pwd`/flutter/bin/cache/dart-sdk/bin" > /etc/paths.d/dart source /etc/paths export PATH=$PATH:`pwd`/flutter/bin flutter doctor read -s -n1 -p "按任意键继续 ... "
Version data entries
26 entries across 26 versions & 2 rubygems