Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
will-gant authored Aug 8, 2022
1 parent cd1d08d commit af38aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
zip_file="${setup_repo}/repo.zip"
curl --location "$zipball_url" --output "${setup_repo}/repo.zip"
unzip "$zip_file" -d "$setup_repo"
bash "$(ls "$setup_repo/*mac-setup*/setup.sh")"
bash ${setup_repo}/*mac-setup*/setup.sh
```
1. Retrieve SSH private key from password manager and copy it into ~/.ssh/id_rsa
1. Run `eval "$(ssh-agent -s)"`
Expand Down

0 comments on commit af38aa6

Please sign in to comment.