From a06f6ced06978173daeadbd6a265bd8a6def96c4 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 25 Nov 2022 15:47:02 +0100 Subject: [PATCH] bash <(wget -qO- https://git.p2p.legal/qo-op/Astroport.ONE/raw/branch/master/install.sh) --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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