Skip to content

Commit

Permalink
fix script header doc
Browse files Browse the repository at this point in the history
  • Loading branch information
desmonddak committed Feb 13, 2024
1 parent 855ddeb commit 4e0fb4a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions tool/gh_codespaces/install_flutter.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
#!/bin/bash

# Copyright (C) 2023 Intel Corporation
# Copyright (C) 2023-24 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause
#
# install_dart.sh
# GitHub Codespaces setup: Install Dart SDK according to the instructions from https://dart.dev/get-dart#install-using-apt-get.
# install_flutter.sh
# GitHub Codespaces setup: Install Flutter SDK following this Dockerfile recipe:
# https://github.com/appleboy/flutter-docker/blob/master/Dockerfile
# or this git area
# https://github.com/yostane/flutter2-desktop
#
# 2023 February 5
# Author: Chykon
# 2024 February 12
# Author: Desmond Kirkpatrick <[email protected]>

set -euo pipefail

Expand Down

0 comments on commit 4e0fb4a

Please sign in to comment.