Skip to content

Commit c31b3bd

Browse files
committed
fix: fix paths
1 parent 4b811a4 commit c31b3bd

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This script automates the installation of all required tools to set up a new mac
1313
1. Open the terminal.
1414
2. 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

1919
3. Wait for the script to complete. It may take some time depending on the speed of your internet connection.

setup_flutter

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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
1011
check_install_homebrew
@@ -15,7 +16,8 @@ reload_shell
1516
# Install Android studio if not already installed
1617
install_android_studio
1718

19+
# Install Visual Studio Code
20+
install_vs_code
1821

19-
20-
22+
# Install FVM
2123
install_fvm

0 commit comments

Comments
 (0)