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