File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This script automates the installation of all required tools to set up a new mac
13131 . Open the terminal.
14142 . Run the following command:
1515 ``` sh
16- curl -fsSl https ://raw.githubusercontent.com/shan-shaji/setup-flutter/main/setup-flutter | /bin/bash
16+ curl -fsSl hhttps ://raw.githubusercontent.com/shan-shaji/setup-flutter/main/setup_flutter | /bin/bash
1717```
1818
19193 . Wait for the script to complete. It may take some time depending on the speed of your internet connection.
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- source " ./install_homebrew"
4- source " ./helpers/shell_helper"
5- source " ./install_java"
6- source " ./install_android_studio"
7- source " ./install_fvm"
3+ source " install_homebrew"
4+ source " helpers/shell_helper"
5+ source " install_java"
6+ source " install_android_studio"
7+ source " install_fvm"
8+ source " install_vs_code"
89
910# Install Homebrew
1011check_install_homebrew
@@ -15,7 +16,8 @@ reload_shell
1516# Install Android studio if not already installed
1617install_android_studio
1718
19+ # Install Visual Studio Code
20+ install_vs_code
1821
19-
20-
22+ # Install FVM
2123install_fvm
You can’t perform that action at this time.
0 commit comments