Skip to content

Commit

Permalink
Add cpu info to install.sh debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
daved committed Sep 6, 2023
1 parent 58e3613 commit c9c5d30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions installers/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ MINGW*|MSYS*)
;;
esac

if [ $OS = "darwin" ]; then
system_profiler | grep Processor
fi

# Determine a fetch method
if [ ! -z "`command -v wget`" ]; then
which wget
Expand Down

0 comments on commit c9c5d30

Please sign in to comment.