[Solved] andypi lcd mpdlcd.conf permission denied rasp pi

Having a problem getting my andypi 16x2 hd44780 lcd working with volumio 1.55 on raspberry pi B.

keep getting

pi@volumio:~$ wget -O /etc/mpdlcd.conf raw.github.com/rbarrois/mpdlcd/ … pdlcd.conf
/etc/mpdlcd.conf: Permission denied

any help is much appreciated

thanks

you should sudo to the root user before executing this command:

sudo su -

or execute using sudo.