Merge pull request #158 from jobenvil/patch-1
motd will show now banana pro instead banana
This commit is contained in:
commit
84d0ebd9eb
@ -111,7 +111,7 @@ if [[ $MACHINE == *Orange* ]]; then ID="Orange"; fi
|
||||
if [[ $MACHINE == *Neo* ]]; then ID="Udoo Neo"; fi
|
||||
if [[ $MACHINE == *Cubietruck* ]]; then ID="Cubietruck"; fi
|
||||
if [[ $MACHINE == *Cubieboard* ]]; then ID="Cubieboard"; fi
|
||||
|
||||
if [[ $MACHINE == *Pro* ]]; then ID="Banana Pro"; fi
|
||||
if [[ $MACHINE == *M2* ]]; then ID="Banana M2"; fi
|
||||
|
||||
echo -e "[\e[0;32m ok \x1B[0m] Starting ARM hardware info: $ID"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user