diff --git a/ISOconfig.sh b/ISOconfig.sh index 168e974..7a4bf06 100755 --- a/ISOconfig.sh +++ b/ISOconfig.sh @@ -114,16 +114,18 @@ echo "$XZUID" > ~/.zen/ipfs/.${IPFSNODEID}/_xbian.zuid ######################################################################## ######################################################################## -echo "CREATE gchange+ profile" +echo "CREATE + profile" ######################################################################## cd ~/.zen/astrXbian/zen/jaklis -./jaklis.py set --name "$XZUID" --avatar "$HOME/.zen/astrXbian/logo.png" +./jaklis.py -n https://g1.data.le-sou.org 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+ ######################################################################## ######################################################################## echo "BECOME FRIEND with oasis (1st bootstrap)" ######################################################################## -./jaklis.py like -p 2jQUH4HfHxdTesjCjvMCx1VJgA5AnpuvrWRq1swfRdsS -s 5 +./jaklis.py -n https://g1.data.le-sou.org like -p 2jQUH4HfHxdTesjCjvMCx1VJgA5AnpuvrWRq1swfRdsS -s 5 +./jaklis.py -n https://data.gchange.fr like -p 2jQUH4HfHxdTesjCjvMCx1VJgA5AnpuvrWRq1swfRdsS -s 5 ######################################################################## echo "RESTART ipfs" diff --git a/install.sh b/install.sh index 5b5d003..22c33b3 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,9 @@ { # Check requirements sudo apt update -sudo apt install git curl net-tools -y +sudo apt install git curl net-tools libsodium23 libsodium-dev python3-pip python3-setuptools python3-wheel mpack libssl-dev libffi-dev build-essential qrencode jq bc gawk -y +pip3 install cryptography Ed25519 base58 google protobuf +pip3 install silkaj --user gitpath="https://git.p2p.legal/axiom-team/astroport/raw/master"