Reformat gpu_shorthand
This commit is contained in:
parent
7e42f0c5c3
commit
5885c3033e
14
fetch
14
fetch
|
@ -742,13 +742,13 @@ getgpu () {
|
|||
esac
|
||||
|
||||
if [ "$gpu_shorthand" == "on" ]; then
|
||||
gpu=${gpu/'Rev. '?}
|
||||
gpu=${gpu/'AMD/ATI'/AMD}
|
||||
gpu=${gpu/'Tahiti' }
|
||||
gpu=${gpu/'PRO' }
|
||||
gpu=${gpu/'OEM' }
|
||||
gpu=${gpu/'Mars' }
|
||||
gpu=${gpu/'Series'}
|
||||
gpu=${gpu// 'Rev. '?}
|
||||
gpu=${gpu//'AMD/ATI'/AMD}
|
||||
gpu=${gpu// 'Tahiti'}
|
||||
gpu=${gpu// 'PRO'}
|
||||
gpu=${gpu// 'OEM'}
|
||||
gpu=${gpu// 'Mars'}
|
||||
gpu=${gpu// 'Series'}
|
||||
gpu=${gpu/\/*}
|
||||
fi
|
||||
}
|
||||
|
|
Reference in New Issue