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