Skip to content

Commit

Permalink
Version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrenstein committed Jun 14, 2024
1 parent 2079fff commit 3138ab1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ macOS DevOps Configurator: Changelog
====================================
A list of all the changes made to this repo and the code it contains

Version 0.3.2
-------------

1. Documentation updates regarding minimum macOS version

Version 0.3.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion runMe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else
ConsoleUser="$(/usr/bin/python -c 'from SystemConfiguration import SCDynamicStoreCopyConsoleUser; import sys; username = (SCDynamicStoreCopyConsoleUser(None, None, None) or [None])[0]; username = [username,""][username in [u"loginwindow", None, u""]]; sys.stdout.write(username + "\n");')"
fi

echo "This script will configure macOS 11+ for DevOps."
echo "This script will configure macOS 14+ for DevOps."
echo "You will be prompted for your password during several steps!"
read -p "Press [ENTER] to install and configure this Mac for development use!"

Expand Down

0 comments on commit 3138ab1

Please sign in to comment.