Skip to content

Commit aa52273

Browse files
committed
feat: add raw github url
1 parent fc6ed44 commit aa52273

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup_flutter

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ RAW_GITHUB_URL="https://raw.githubusercontent.com/shan-shaji/setup-flutter/main"
55

66
# Source the helper functions
77
source <(curl -fsSL "$RAW_GITHUB_URL/helpers/shell_helper")
8-
source <(curl -fsSL "$RAW_GITHUB_URL/helpers/install_homebrew")
9-
source <(curl -fsSL "$RAW_GITHUB_URL/helpers/install_java")
10-
source <(curl -fsSL "$RAW_GITHUB_URL/helpers/install_android_studio")
11-
source <(curl -fsSL "$RAW_GITHUB_URL/helpers/install_fvm")
12-
source <(curl -fsSL "$RAW_GITHUB_URL/helpers/install_vs_code")
8+
source <(curl -fsSL "$RAW_GITHUB_URL/install_homebrew")
9+
source <(curl -fsSL "$RAW_GITHUB_URL/install_java")
10+
source <(curl -fsSL "$RAW_GITHUB_URL/install_android_studio")
11+
source <(curl -fsSL "$RAW_GITHUB_URL/install_fvm")
12+
source <(curl -fsSL "$RAW_GITHUB_URL/install_vs_code")
1313

1414

1515
# Install Homebrew

0 commit comments

Comments
 (0)