Skip to content

Commit

Permalink
chore 🔧: change dart sdk version to 3.2 in init-script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
krolmic committed Aug 16, 2024
1 parent 62183f9 commit 67e6c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracking_server/deploy/aws/terraform/init-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ yum install wget -y

# Install Dart
echo "Installing dart"
wget -q https://storage.googleapis.com/dart-archive/channels/stable/release/2.18.1/sdk/dartsdk-linux-x64-release.zip
wget -q https://storage.googleapis.com/dart-archive/channels/stable/release/3.2.6/sdk/dartsdk-linux-x64-release.zip
unzip -q dartsdk-linux-x64-release.zip
sudo mv dart-sdk/ /usr/lib/dart/
sudo chmod -R 755 /usr/lib/dart/
Expand Down

0 comments on commit 67e6c48

Please sign in to comment.