Quote:
Originally Posted by hfpop
Yes, Update 2 is already on. I did not install telnet and ftp as I assumed they are not necessary, since they use different ports as compared to ssh and sftp.
I will try to go with the KevinShort package. What about the vlasovsoft folder? Is it …/usbnet or …/dropbear?
|
Both should work. This is how KSM tries to find the location:
Code:
if [ -e /mnt/onboard/.adds/vlasovsoft/launcher ]; then
vlasovsoftbasedir=/mnt/onboard/.adds/vlasovsoft
elif [ -e /mnt/onboard/.kobo/vlasovsoft/launcher ]; then
vlasovsoftbasedir=/mnt/onboard/.kobo/vlasovsoft
fi
Code:
if [ -x ${vlasovsoftbasedir}/dropbear/dropbear ]; then
vlasovsoft_dropbear=${vlasovsoftbasedir}/dropbear
elif [ -x ${vlasovsoftbasedir}/usbnet/dropbear ]; then
vlasovsoft_dropbear=${vlasovsoftbasedir}/usbnet
fi