cd ~/.zen

This commit is contained in:
qo-op 2020-05-02 03:17:36 +02:00
parent adff18c067
commit 35d134bad0
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ echo '
########################################################################
'
# git & astroport code in ~/.zen
[[ ! -d ~/.zen ]] && mkdir -p ~/.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