guidol Posted April 19, 2019 Posted April 19, 2019 @Igor could we please change in /etc/update-motd.d/10-armbian-header from if [ $(echo $BOARD_NAME | wc -c) -ge 17 ]; then TERM=linux toilet -f standard -F metal $(echo $BOARD_NAME | sed 's/Orange Pi/OPi/' | sed 's/Nanopi/NPi/') else TERM=linux toilet -f standard -F metal $BOARD_NAME fi to if [ $(echo $BOARD_NAME | wc -c) -ge 17 ]; then TERM=linux toilet -f standard -F metal $(echo $BOARD_NAME | sed 's/Orange Pi/OPi/' | sed 's/NanoPi/NPi/') else TERM=linux toilet -f standard -F metal $BOARD_NAME fi this mean from Nanopi to NanoPi for the sed-command, because for the NanoPi Neo Core2 the toilet logo will put the 2 of Core2 in the next line. With NPi Neo Core2 it would be OK I think there was never a Nanopi?
Igor Posted April 19, 2019 Posted April 19, 2019 https://github.com/armbian/build/commit/21478fed593057961737e83e2e12f78c60cd9974 1
Recommended Posts