Commit aa684304 authored by Dylan Araps's avatar Dylan Araps

CPU: Hide 'with Radeon * Graphics'

parent 843d4b9b
...@@ -832,7 +832,7 @@ get_cpu() { ...@@ -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" ]] && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment