File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ RAW_GITHUB_URL="https://raw.githubusercontent.com/shan-shaji/setup-flutter/main"
55
66# Source the helper functions
77source <( 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
You can’t perform that action at this time.
0 commit comments