From e65af2a61dd2c5d94538d46eaf54266df981e09c Mon Sep 17 00:00:00 2001 From: qo-op Date: Sun, 13 Dec 2020 20:47:09 +0100 Subject: [PATCH] git clone astrXbian --- install.sh | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/install.sh b/install.sh index 8d364e2..261c40f 100755 --- a/install.sh +++ b/install.sh @@ -6,23 +6,17 @@ sudo apt install git fail2ban curl net-tools libsodium23 libsodium-dev python3-d pip3 install cryptography Ed25519 base58 google protobuf # pip3 install silkaj --user -gitpath="https://git.p2p.legal/axiom-team/astrXbian/raw/master" - -echo "Add colors ..." -curl -s $gitpath/.install/export_colors.sh | bash || exit 1 -[[ -n $(grep ".bash_aliases" ~/.bashrc) ]] && echo ". ~/.bash_aliases" >> ~/.bashrc -. ~/.bash_aliases +# git clone astrXbian +mkdir ~/.zen +cd ~/.zen +git clone https://git.p2p.legal/axiom-team/astrXbian.git # IPFS install echo -e "${c_green}AstrXbian installer ### 1. IPFS Swarm Layer$c_" # Full automatic (you trust this git depot) -curl -s $gitpath/.install/ipfs_alone.sh | bash || exit 1 - -mkdir ~/.zen -cd ~/.zen -git clone https://git.p2p.legal/axiom-team/astrXbian.git +~/.zen/astrXbian/.install/ipfs_alone.sh || exit 1 cd ~/.zen/astrXbian/zen/jaklis ./setup.sh