From 4bbc19ed222772a5ca85a2390223a71791a9c1ec Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 10 Jan 2023 04:04:16 +0100 Subject: [PATCH] git clone --depth 1 https://github.com/papiche/Astroport.ONE.git --- README.md | 7 +++++++ install.sh | 6 +++--- kubo_v0.16.0_linux.install.sh | 0 3 files changed, 10 insertions(+), 3 deletions(-) mode change 100644 => 100755 kubo_v0.16.0_linux.install.sh diff --git a/README.md b/README.md index 893cdb4d..f31799d3 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,14 @@ que les joueurs échangent au travers des TW et Oasis. # INSTALLATION (Linux Mint / Ubuntu / DEBIAN) ``` +# GIT.P2P.LEGAL + bash <(wget -qO- https://git.p2p.legal/qo-op/Astroport.ONE/raw/branch/master/install.sh) + +# GITHHUB +bash <(wget -qO- https://raw.githubusercontent.com/papiche/Astroport.ONE/master/install.sh) + + ``` # LANCEMENT diff --git a/install.sh b/install.sh index 47acd75d..7841666e 100755 --- a/install.sh +++ b/install.sh @@ -18,7 +18,7 @@ start=`date +%s` [[ ! $(which ipfs) ]] \ && echo "bash <(wget -qO- https://git.p2p.legal/qo-op/Astroport.ONE/raw/branch/master/kubo_v0.16.0_linux.install.sh)" \ && architecture=$(uname -m) && [[ $architecture == "x86_64" || $architecture == "aarch64" || "$architecture" == "armv7l" ]] \ -&& bash <(wget -qO- https://git.p2p.legal/qo-op/Astroport.ONE/raw/branch/master/kubo_v0.16.0_linux.install.sh) \ +&& bash <(wget -qO- https://raw.githubusercontent.com/papiche/Astroport.ONE/master/kubo_v0.16.0_linux.install.sh) \ || echo "=== Installez IPFS KUBO puis relancez Install ===" [[ ! $(which ipfs) ]] && echo "INSTALL IPFS PLEASE" && exit 1 @@ -77,10 +77,10 @@ for i in qrencode ca-certificates basez jq bc file gawk yt-dlp ffmpeg dnsutils n done #### GIT CLONE ############################################################### -echo "=== CLONAGE CODE '~/.zen/Astroport.ONE' depuis https://git.p2p.legal" +echo "=== CLONAGE CODE '~/.zen/Astroport.ONE' depuis https://github.com" mkdir -p ~/.zen cd ~/.zen -git clone --depth 1 https://git.p2p.legal/qo-op/Astroport.ONE.git +git clone --depth 1 https://github.com/papiche/Astroport.ONE.git # TODO INSTALL FROM IPFS / IPNS echo "#############################################" diff --git a/kubo_v0.16.0_linux.install.sh b/kubo_v0.16.0_linux.install.sh old mode 100644 new mode 100755