diff --git a/ISOconfig.sh b/ISOconfig.sh index 43dfe87..82d02a4 100755 --- a/ISOconfig.sh +++ b/ISOconfig.sh @@ -103,7 +103,7 @@ mkdir -p ~/.zen/ipfs/.${IPFSNODEID}/G1SSB # Give $XZUID to your (gchange friends) to add in Vstream Astroport and access your sharings # IPNS link to "pastebin list" http://localhost:8181/ipns/$IPNSKEY/xbian/$XZUID ######################################################################## -XZUID=$(~/.zen/astrXbian/zen/tools/diceware.sh 1 | xargs)$(hostname -I | cut -d ' ' -f 1 | cut -d "." -f 4 )$(~/.zen/astrXbian/zen/tools/diceware.sh 1 | xargs) +XZUID=$(~/.zen/astrXbian/zen/tools/diceware.sh 1 | xargs)$(hostname -I | cut -d ' ' -f 1 | cut -d "." -f 4)$(~/.zen/astrXbian/zen/tools/diceware.sh 1 | xargs) echo "CREATE ~/.zen/ipfs/xbian/$XZUID" mkdir -p ~/.zen/ipfs/xbian touch ~/.zen/ipfs/xbian/$XZUID @@ -115,8 +115,8 @@ echo "$XZUID" > ~/.zen/ipfs/.${IPFSNODEID}/_xbian.zuid echo "CREATE + profile" ######################################################################## cd ~/.zen/astrXbian/zen/jaklis -./jaklis.py -n "https://g1.data.e-is.pro" set --name "$XZUID" --avatar "$HOME/.zen/astrXbian/logo.png" #CESIUM+ -./jaklis.py -n "https://data.gchange.fr" set --name "$XZUID" --avatar "$HOME/.zen/astrXbian/logo.png" #GCHANGE+ +./jaklis.py -n "https://g1.data.e-is.pro" set --name "$XZUID" --avatar "/home/xbian/.zen/astrXbian/logo.png" #CESIUM+ +./jaklis.py -n "https://data.gchange.fr" set --name "$XZUID" --avatar "/home/xbian/.zen/astrXbian/logo.png" #GCHANGE+ ######################################################################## ######################################################################## @@ -182,14 +182,15 @@ astrxbian=$(hostname) sudo sed -i "s/$astrxbian/$XZUID/g" /etc/hostname sudo sed -i "s/$astrxbian/$XZUID/g" /etc/hosts -echo "CHANGE DNS" # Avoid provider restrictions -sudo mv /etc/resolv.conf /etc/resolv.conf.old -sudo cat > /etc/resolv.conf < /tmp/resolv.conf <