This commit is contained in:
fred 2023-01-10 04:04:16 +01:00
parent 58aa970b0d
commit 4bbc19ed22
3 changed files with 10 additions and 3 deletions

View File

@ -25,7 +25,14 @@ que les joueurs échangent au travers des TW et Oasis.
# INSTALLATION (Linux Mint / Ubuntu / DEBIAN) # INSTALLATION (Linux Mint / Ubuntu / DEBIAN)
``` ```
# GIT.P2P.LEGAL
bash <(wget -qO- https://git.p2p.legal/qo-op/Astroport.ONE/raw/branch/master/install.sh) 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 # LANCEMENT

View File

@ -18,7 +18,7 @@ start=`date +%s`
[[ ! $(which ipfs) ]] \ [[ ! $(which ipfs) ]] \
&& echo "bash <(wget -qO- https://git.p2p.legal/qo-op/Astroport.ONE/raw/branch/master/kubo_v0.16.0_linux.install.sh)" \ && 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" ]] \ && 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 ===" || echo "=== Installez IPFS KUBO puis relancez Install ==="
[[ ! $(which ipfs) ]] && echo "INSTALL IPFS PLEASE" && exit 1 [[ ! $(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 done
#### GIT CLONE ############################################################### #### 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 mkdir -p ~/.zen
cd ~/.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 # TODO INSTALL FROM IPFS / IPNS
echo "#############################################" echo "#############################################"

0
kubo_v0.16.0_linux.install.sh Normal file → Executable file
View File