midnight commander

Is it possible on CE to keep the current path after exiting the Midnight Commander as described in this

tutorial ?
Christopcher

1 Like

In ssh terminal type this commands

cp /storage/.kodi/addons/virtual.system-tools/mclib/mc/mc-wrapper.sh /storage
sed -i "s|/usr/bin/mc|/storage/.kodi/addons/virtual.system-tools/bin/mc-bin|" /storage/mc-wrapper.sh 
echo 'alias mc=". /storage/mc-wrapper.sh"' >>/storage/.profile

exit terminal and login back.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.