CPU: Hide 'with Radeon * Graphics'

This commit is contained in:
Dylan Araps 2016-11-24 20:25:30 +11:00
parent 843d4b9b0c
commit aa6843048f
1 changed files with 1 additions and 1 deletions

View File

@ -832,7 +832,7 @@ get_cpu() {
cpu="${cpu//Six-Core}" cpu="${cpu//Six-Core}"
cpu="${cpu//Eight-Core}" cpu="${cpu//Eight-Core}"
cpu="${cpu//Core}" cpu="${cpu//Core}"
cpu="${cpu//with Radeon HD Graphics}" cpu="${cpu//with Radeon * Graphics}"
# Add cpu cores to output # Add cpu cores to output
[[ "$cpu_cores" != "off" && "$cores" ]] && \ [[ "$cpu_cores" != "off" && "$cores" ]] && \