Skip to content

Instantly share code, notes, and snippets.

@falkorichter
Created July 10, 2020 05:33
Show Gist options
  • Save falkorichter/e8af298fedbb0769d618fb18d431ad4b to your computer and use it in GitHub Desktop.
Save falkorichter/e8af298fedbb0769d618fb18d431ad4b to your computer and use it in GitHub Desktop.
#!/bin/bash
cd ~
#check the latest from https://flutter.dev/docs/get-started/install/macos
wget https://storage.googleapis.com/flutter_infra/releases/stable/macos/flutter_macos_1.17.5-stable.zip
unzip flutter_macos_1.17.5-stable.zip
rm flutter_macos_1.17.5-stable.zip
export PATH="$PATH:`pwd`/flutter/bin"
echo '\nexport PATH="$PATH:`pwd`/flutter/bin"' >> ~/.zshrc
flutter precache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment