From 1805bb102d8b4afed977191b35ccfa0200d73684 Mon Sep 17 00:00:00 2001 From: qo-op Date: Sat, 26 Dec 2020 16:41:51 +0100 Subject: [PATCH] refresh .kodi template --- ISOconfig.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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)