File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
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-
3+ # Set the base URL
4+ RAW_GITHUB_URL=" https://raw.githubusercontent.com/shan-shaji/setup-flutter/main"
5+
6+ # Source the helper functions
7+ 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 " )
1313
1414
1515# Install Homebrew
You can’t perform that action at this time.
0 commit comments