Skip to content

Commit

Permalink
update install script
Browse files Browse the repository at this point in the history
  • Loading branch information
milon committed May 27, 2022
1 parent 5f6213c commit 9f43206
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ source "$support_dir/functions.sh"
source "$support_dir/precheck.sh" && cd $my_dir

title 'XCODE'
#source "$support_dir/xcode.sh" && cd $my_dir
source "$support_dir/xcode.sh" && cd $my_dir

title 'DEPENDENCIES'
source "$support_dir/dependencies.sh" && cd $my_dir

title 'SYM LINKS'
source "$support_dir/sym_links.sh" && cd $my_dir
exit

title 'HOMEBREW'
source "$support_dir/brew.sh" && cd $my_dir
Expand Down

0 comments on commit 9f43206

Please sign in to comment.