Skip to content

Commit 320a23b

Browse files
committed
feat: add raw github url
1 parent 27d9186 commit 320a23b

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

setup_flutter

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
#!/bin/bash
22

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"
3+
4+
RAW_GITHUB_URL=https://raw.githubusercontent.com/shan-shaji/setup-flutter/main
5+
6+
source "$RAW_GITHUB_URL/install_homebrew"
7+
source "$RAW_GITHUB_URL/helpers/shell_helper"
8+
source "$RAW_GITHUB_URL/install_java"
9+
source "$RAW_GITHUB_URL/install_android_studio"
10+
source "$RAW_GITHUB_URL/install_fvm"
11+
source "$RAW_GITHUB_URL/install_vs_code"
12+
1213

1314

1415
# Install Homebrew

0 commit comments

Comments
 (0)