mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-17 00:56:27 +02:00
Updated to Dart 2.19.6
This commit is contained in:
parent
86d897d580
commit
28314f16ab
5 changed files with 27 additions and 0 deletions
packages/dart/2.19.6
11
packages/dart/2.19.6/build.sh
vendored
Normal file
11
packages/dart/2.19.6/build.sh
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
curl -L "https://storage.googleapis.com/dart-archive/channels/stable/release/2.19.6/sdk/dartsdk-linux-x64-release.zip" -o dart.zip
|
||||
|
||||
unzip dart.zip
|
||||
rm dart.zip
|
||||
|
||||
cp -r dart-sdk/* .
|
||||
rm -rf dart-sdk
|
||||
|
||||
chmod -R +rx bin
|
Loading…
Add table
Add a link
Reference in a new issue