curl https://github.com/art-dot-git/80x40/blob/master/README | sudo tee /etc/motd >/dev/null
It should be:
sudo curl -L https://github.com/art-dot-git/80x40/raw/master/README -o /etc/motd
sudo bash -c 'curl https://github.com/art-dot-git/80x40/blob/master/README > /etc/motd'