Just login to the box with putty and type
Code:
opkg update
and press enter.
It just makes sure the feeds are up to date.

Then try
Code:
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.11.1.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
again.