We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d9186 commit 320a23bCopy full SHA for 320a23b
setup_flutter
@@ -1,14 +1,15 @@
1
#!/bin/bash
2
3
-#
4
-SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
5
-
6
-source "$SCRIPT_DIR/install_homebrew"
7
-source "$SCRIPT_DIR/helpers/shell_helper"
8
-source "$SCRIPT_DIR/install_java"
9
-source "$SCRIPT_DIR/install_android_studio"
10
-source "$SCRIPT_DIR/install_fvm"
11
-source "$SCRIPT_DIR/install_vs_code"
+
+RAW_GITHUB_URL=https://raw.githubusercontent.com/shan-shaji/setup-flutter/main
+source "$RAW_GITHUB_URL/install_homebrew"
+source "$RAW_GITHUB_URL/helpers/shell_helper"
+source "$RAW_GITHUB_URL/install_java"
+source "$RAW_GITHUB_URL/install_android_studio"
+source "$RAW_GITHUB_URL/install_fvm"
+source "$RAW_GITHUB_URL/install_vs_code"
12
13
14
15
# Install Homebrew
0 commit comments