update.sh 235 B

123456
  1. #!/usr/bin/env zsh
  2. git pull
  3. export http_proxy="http://127.0.0.1:8001"; export HTTP_PROXY="http://127.0.0.1:8001"; export https_proxy="http://127.0.0.1:8001"; export HTTPS_PROXY="http://127.0.0.1:8001"
  4. flutter pub get
  5. cd ios
  6. pod install