quick draft

This commit is contained in:
qo-op 2020-12-12 02:11:42 +01:00
parent f4742bdc71
commit b68607ea21
2 changed files with 8 additions and 4 deletions

View File

@ -114,16 +114,18 @@ echo "$XZUID" > ~/.zen/ipfs/.${IPFSNODEID}/_xbian.zuid
######################################################################## ########################################################################
######################################################################## ########################################################################
echo "CREATE gchange+ profile" echo "CREATE + profile"
######################################################################## ########################################################################
cd ~/.zen/astrXbian/zen/jaklis 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)" 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" echo "RESTART ipfs"

View File

@ -3,7 +3,9 @@
{ {
# Check requirements # Check requirements
sudo apt update 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" gitpath="https://git.p2p.legal/axiom-team/astroport/raw/master"