cd ~/.zen/astroport

This commit is contained in:
qo-op 2020-05-02 03:27:00 +02:00
parent 1c1bfd7dff
commit ca91c1dcb6
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ echo '
[[ ! -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
cd ~/.zen/astroport
# INSTALL Silkaj, CLI for Duniter
if [[ ! -f /home/pi/.local/bin/silkaj ]]; then