Skip to content

Commit

Permalink
Merge pull request #245 from iAGorynT/iAGorynT-Code-Snippet-Changes
Browse files Browse the repository at this point in the history
Update Versions.sh
  • Loading branch information
iAGorynT authored Dec 30, 2023
2 parents 447aac8 + a6a0c79 commit 75b0fb6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ShellScripts/Versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,16 @@ echo "OpenSSL: $(openssl version)"
# jq
echo "jq JSON processor: $(jq -V)"

# Python
echo "Python3: $(python3 --version)"

# Homebrew
echo "Homebrew: $(brew -v)"

# Python
echo "Python3: $(python3 --version)"
# Homebrew Autoupdate
echo
echo "Homebrew Autoupdate:"
brew autoupdate version

# XCode Command Line Tools
echo
Expand Down

0 comments on commit 75b0fb6

Please sign in to comment.