Skip to content
This repository was archived by the owner on Feb 18, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions automate-eGPU.sh
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,11 @@ function GeneralChecks()
then
if [[ "$web_driver" == "" ]]
then
echo "No Nvidia web driver detected."
echo "No NVIDIA web driver detected."
else
if [[ $running_official == 1 ]]
then
echo "You are running official Nvidia driver."
echo "You are running official NVIDIA driver."
fi
fi
fi
Expand Down Expand Up @@ -704,7 +704,7 @@ function Main()
echo "\033[1mDetected eGPU\033[0m\n" $egpu_name
echo "\033[1mCurrent OS X\033[0m\n" $product_version $build_version
echo "\033[1mPrevious OS X\033[0m\n" $previous_product_and_build_version
echo "\033[1mLatest installed Nvidia web driver\033[0m\n" $previous_web_driver_info
echo "\033[1mLatest installed NVIDIA web driver\033[0m\n" $previous_web_driver_info

volume_name=$(diskutil info / | awk '/Volume Name/ {print substr ($0, index ($0,$3))}')

Expand Down Expand Up @@ -735,7 +735,7 @@ function Main()
then
ModifyPackage
else
echo "Web driver not found. Nvidia may have changed their web driver search service."
echo "Web driver not found. NVIDIA may have changed their web driver search service."
exit
fi
fi
Expand Down