Latest
This commit is contained in:
parent
4260893b48
commit
13cd84422a
2 changed files with 5 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue