diff --git a/ISOconfig.sh b/ISOconfig.sh index 50fa96e..cc33752 100755 --- a/ISOconfig.sh +++ b/ISOconfig.sh @@ -149,10 +149,12 @@ echo 'EXTEND ~/.bashrc' ######################################################################## ~/.zen/astrXbian/.install/update_bashrc.sh -echo "Configure .kodi/addons/plugin.video.vstream/resources/sites/astroport.py" -cp -f ~/.zen/astrXbian/.install/.kodi/addons/plugin.video.vstream/resources/sites/astroport.py \ +echo "COPY .kodi template " +cp -Rf ~/.zen/astrXbian/.install/.kodi ~/ +# cp -f ~/.zen/astrXbian/.install/.kodi/addons/plugin.video.vstream/resources/sites/astroport.py \ ~/.kodi/addons/plugin.video.vstream/resources/sites/astroport.py +echo "Configure .kodi/addons/plugin.video.vstream/resources/sites/astroport.py" # CREATE xbian IPNSKEY used to publish ~/.zen/ipfs_swarm/xbian (contains all XZUID pastebin files) ipfs key rm xbian IPNSKEY=$(ipfs key gen xbian)