GPU: Now fully works on Windows

This commit is contained in:
Dylan 2016-01-19 12:22:32 +11:00
parent b86f014099
commit f3b3383781
1 changed files with 1 additions and 1 deletions

2
fetch
View File

@ -661,7 +661,7 @@ getgpu () {
"Windows")
gpu=$(wmic path Win32_VideoController get caption)
gpu=${gpu/Caption /}
gpu=${gpu//[[:space:]]/}
gpu=${gpu//[[:space:]]/ }
gpu=${gpu// /}
;;
esac