Skip to content

Commit

Permalink
add 'not recommended' hint to internal gpu config step
Browse files Browse the repository at this point in the history
  • Loading branch information
hertg committed Jun 6, 2020
1 parent 7b8f63d commit 6819623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egpu-switcher
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ function configure() {

echo ""

printf "Would you like to define a specific$green INTERNAL$blank GPU? [y/N]: "
printf "Would you like to define a specific$green INTERNAL$blank GPU? (not recommended) [y/N]: "
read specify_internal
if [[ $specify_internal == "y" ]]; then
# prompt to choose the internal gpu from the list
Expand Down

0 comments on commit 6819623

Please sign in to comment.