Model: Remove more OEM strings

This commit is contained in:
Dylan Araps 2016-12-17 11:37:00 +11:00
parent a95450a1bf
commit 7130124c49
1 changed files with 1 additions and 0 deletions

View File

@ -264,6 +264,7 @@ get_model() {
esac esac
# Remove dummy OEM info # Remove dummy OEM info
model="${model//To be filled by O.E.M.}"
model="${model//To Be Filled*}" model="${model//To Be Filled*}"
model="${model//OEM*}" model="${model//OEM*}"
model="${model//Not Applicable}" model="${model//Not Applicable}"