mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
15 lines
270 B
Bash
Executable File
15 lines
270 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
./tools/dart/update.py
|
|
|
|
pushd sky/unit
|
|
../../third_party/dart-sdk/dart-sdk/bin/pub get
|
|
popd
|
|
|
|
pushd sky/packages/sky
|
|
../../../third_party/dart-sdk/dart-sdk/bin/pub get
|
|
popd
|
|
|
|
./sky/tools/download_sky_shell.py sky/unit/packages/sky_engine/REVISION out
|