From abc958ab08e53eb0690f8aaeb4478ad8adca1db2 Mon Sep 17 00:00:00 2001 From: qo-op Date: Tue, 12 Jan 2021 18:35:22 +0100 Subject: [PATCH] =?UTF-8?q?+=20de=20d=C3=A9tails?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ zen/gchange_INIT.sh | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e58bc1..61f22f5 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,5 @@ Chaque noeud synchronise la publication IPNS de tous les membres de son "ipfs sw ipfs get --output=/home/$YOU/.zen/ipfs_swarm/ /ipns/$ipfsnodeid ``` + +Plus de détails sur https://pad.p2p.legal/s/astrXbian-inside diff --git a/zen/gchange_INIT.sh b/zen/gchange_INIT.sh index 027fd18..2e3cbc3 100755 --- a/zen/gchange_INIT.sh +++ b/zen/gchange_INIT.sh @@ -8,6 +8,10 @@ MY_PATH="`dirname \"$0\"`" # relative MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized ME="${0##*/}" +# Retrieve Gchange profil data +# Sends "ipfstryme" messages to liked linking_me NODES +# If NODE is from "A_boostrap_nodes.txt" then auto-linking + ######################################################################## # ENVIRONEMENT DETECTION + IPFS ~/.zen/ipfs/.$IPFSNODEID/G1SSB/_info ######################################################################## @@ -130,7 +134,7 @@ if [[ $g1node != "" ]]; then fi done -# RESTORE Vstream astroport.py source +# RESTORE Vstream astroport.py source (in case Vstream plugin was updated) if [[ -f ~/.zen/astroport.py ]]; then cp -f ~/.zen/astroport.py ~/.kodi/addons/plugin.video.vstream/resources/sites/ fi