zen astroport

This commit is contained in:
qo-op 2020-05-02 03:33:11 +02:00
parent ca91c1dcb6
commit 1af12fc515
1 changed files with 12 additions and 3 deletions

View File

@ -18,10 +18,19 @@ echo '
# !!! KEEP CREDENTIALS IN ~/.zen/secret.astroport.key
########################################################################
'
# git & astroport code in ~/.zen
[[ ! -d ~/.zen ]] && mkdir -p ~/.zen && cd ~/.zen || cd ~/.zen
[[ !$(which git) ]] && sudo apt install git -y
[[ ! -d ~/.zen/astroport ]] && cd ~/.zen && git clone https://git.p2p.legal/axiom-team/astroport.git && cd astroport || exit 1
[[ ! -d ~/.zen/astroport ]] && mkdir -p ~/.zen/astroport
[[ ! $(which git) ]] && sudo apt install git -y
if [[ -f ~/.zen/astroport/install.sh ]]; then
cd ~/.zen/astroport && git pull
else
cd ~/.zen
git clone https://git.p2p.legal/axiom-team/astroport.git
fi
cd ~/.zen/astroport
# INSTALL Silkaj, CLI for Duniter