GPU: Now fully works on Windows

This commit is contained in:
Dylan 2016-01-19 12:22:32 +11:00
parent b86f014099
commit f3b3383781

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