mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-01-10 06:48:00 -05:00
@@ -1407,7 +1407,7 @@ DetectIntelGPU() {
|
||||
*intel*) gpu=intel ;;
|
||||
esac
|
||||
|
||||
if [[ $gpu = intel ]]; then
|
||||
if [[ "$gpu" = "intel" ]]; then
|
||||
#Detect CPU
|
||||
local CPU=$(uname -p | awk '{print $3}')
|
||||
CPU=${CPU#*'-'}; #Detect CPU number
|
||||
|
||||
Reference in New Issue
Block a user