adds: updates following latest big sur re-install

This commit is contained in:
Ben Dixon
2021-01-01 12:00:47 +08:00
parent 8197fc33d2
commit 404950bba8
8 changed files with 153 additions and 81 deletions

7
bin/bootstrap Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
sudo xcodebuild -license
sudo easy_install pip
sudo pip install --ignore-installed ansible
ansible-galaxy install -r requirements.yml
ansible-playbook -i "localhost," -c local ansible_osx.yml --ask-become-pass