diff --git a/README.md b/README.md index 0c4757e..3ee7f7b 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,14 @@ SystemD ARM & x86_64 compatible. Submit an issue for your Arch. 2 - **Create your “secret” 🔑 (and secret.dunikey) from credentials to benefit extra features 🛸** ``` -# Initialise ASTROPORT Station +# Initialise ASTROPORT Station and takes time reading the code curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/zen/tools/make_G1SSB_secret.sh -o ./installA.sh chmod +x ./installA.sh ./installA.sh + +# Trustfull QUICKER Solution !! +curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/zen/tools/make_G1SSB_secret.sh | bash + ``` Then... it will download this whole git and activate your station Creating a "virtual private ipfs swarm" in sync with your ssb friends only. diff --git a/zen/tools/make_G1SSB_secret.sh b/zen/tools/make_G1SSB_secret.sh index 52e823a..996dd35 100755 --- a/zen/tools/make_G1SSB_secret.sh +++ b/zen/tools/make_G1SSB_secret.sh @@ -1,4 +1,5 @@ #!/bin/bash +{ ######################################################################## MY_PATH="`dirname \"$0\"`" # relative MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized @@ -311,3 +312,4 @@ Send ideas to support@qo-op.com " exit 0 +}