This commit is contained in:
Brian Zalewski 2023-06-14 06:02:23 +00:00
parent 4260893b48
commit 13cd84422a
2 changed files with 5 additions and 0 deletions

View file

@ -14,6 +14,11 @@
{{ includeTemplate "universal/profile-before" }}
{{ includeTemplate "universal/logg-before" }}
### System upgrade on macOS
if [ -d /Applications ] && [ -d /Library ]; then
sudo softwareupdate -i -a
fi
### Install Xcode CLI tools on macOS
if [ -d /Applications ] && [ -d /Library ]; then
xcode-select -p >/dev/null 2>&1 || sudo xcode-select --install