bazcfc1
VIP Member
That's not the correct command for python3 images.Hoping someone can help me out. I have a Vu Solo2 that I have flashed with Open ATV 7 and I am trying to install XE using command:
wget -O /tmp/install.sh "http://xeev.net/files/ipk/install.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
in terminal but it won't install. Does anyone know what the problem could be?
cheers
Try this command
wget -O /tmp/install.sh "http://xeev.net/files/ipk/install3.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh