From 7925e516e70e94b5b404203fad554367765dd166 Mon Sep 17 00:00:00 2001 From: qo-op Date: Sun, 13 Dec 2020 20:23:50 +0100 Subject: [PATCH] install --- install.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 2c112ae76..d2e4c246c 100755 --- a/install.sh +++ b/install.sh @@ -3,9 +3,9 @@ { # Check requirements sudo apt update -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 +sudo apt install git fail2ban 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 +# pip3 install silkaj --user gitpath="https://git.p2p.legal/axiom-team/astrXbian/raw/master" @@ -28,6 +28,13 @@ mkdir ~/.zen cd ~/.zen git clone https://git.p2p.legal/axiom-team/astrXbian.git +cd ~/.zen/astrXbian/zen/jaklis +./setup.sh + +cd ~/.zen/astrXbian/ +./ISOconfig.sh + +## TODO add ipfs service with xbian-config echo -e "${c_green}Installation complete$c_"