diff --git a/install.sh b/install.sh index f5360336..be165e23 100755 --- a/install.sh +++ b/install.sh @@ -20,9 +20,10 @@ start=`date +%s` #### GIT CLONE ############################################################### [[ ! $(which git) ]] && sudo apt install -y git echo "=== CLONAGE '~/.zen/Astroport.ONE' depuis https://git.p2p.legal" -GIT_SSL_NO_VERIFY=true mkdir -p ~/.zen cd ~/.zen + +export GIT_SSL_NO_VERIFY=true git clone --depth 1 https://git.p2p.legal/qo-op/Astroport.ONE.git # TODO INSTALL FROM IPFS / IPNS