error after trying to install nito on ATV4: installNTV.sh: No such file or direc
#1
I followed the tutorial on tvaddons.ag for my ATV4 version 9.0. I succesfully did the Pangu steps. But I got an issue when trying installing nito/kodi. I entered these commands in the terminal:

1) ssh root@<Apple TV IP Address>
2) entered my new password
3) wget http://nitosoft.com/ATV4/fixBoot.sh
4) chmod +x installNTV.sh

At this last step I got this error:

chmod: installNTV.sh: No such file or directory

How can I fix this?
#2
Those commands are wrong...

These are the correct ones:

Code:
wget http://nitosoft.com/ATV4/installNTV.sh
chmod +x installNTV.sh
./installNTV.sh
Install Kodi on iOS without a jailbreak: iOS App Signer — donations are gratefully accepted
#3
Also do we support stuff written by tvaddons now? You guys make it clear for what you use kodi on atv4 - very motivating for me really - closed
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)

Logout Mark Read Team Forum Stats Members Help
error after trying to install nito on ATV4: installNTV.sh: No such file or direc0