This commit is contained in:
qo-op 2020-05-02 03:16:01 +02:00
parent 31e6bfbbc8
commit adff18c067
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ echo '
# git & astroport code in ~/.zen
[[ ! -d ~/.zen ]] && mkdir -p ~/.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
[[ ! -d ~/.zen/astroport ]] && cd ~/.zen && git clone https://git.p2p.legal/axiom-team/astroport.git && cd astroport || exit 1
# INSTALL Silkaj, CLI for Duniter
if [[ ! $(which silkaj) ]]; then