mac setup script now does more, is called by install script
This commit is contained in:
parent
3b5599c0b5
commit
6ca362023e
2 changed files with 38 additions and 9 deletions
|
|
@ -24,6 +24,8 @@ main() {
|
|||
}
|
||||
|
||||
install_everything() {
|
||||
echo "setting up the mac environment"
|
||||
bash mac-files/setup_mac.sh
|
||||
|
||||
echo "updating git modules..."
|
||||
setup_gitmodules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue