From 4f45e0908e7f75c7542d3d30d4388dd37d94371f Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 1 Jun 2022 14:21:07 +0200 Subject: [PATCH] IPFS must be installed before astrXbian. Creating systemd startup scripts --- install.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index 84af9a7..8537a53 100755 --- a/install.sh +++ b/install.sh @@ -66,7 +66,7 @@ echo "###########################" echo 'export PATH=$PATH:$HOME/.local/bin' >> ~/.bashrc && source ~/.bashrc; echo ">>> PATH=$PATH" python3 -m pip install -U pip python3 -m pip install -U setuptools wheel -python3 -m pip install -U cryptography Ed25519 base58 google protobuf duniterpy +python3 -m pip install -U cryptography Ed25519 base58 google protobuf protobuf-compiler duniterpy python3 -m pip install -U nicotine-plus silkaj if [[ "$USER" == "pi" ]]; then ## PROPOSE QR_CODE PRINTER SUR RPI @@ -86,10 +86,6 @@ fi sudo ln -f -s /usr/bin/python3 /usr/bin/python -## Scripts pour systemd ou InitV (xbian) -echo "=== Activation SYSTEM IPFS" -~/.zen/astrXbian/.install/ipfs_alone.sh - ######################################################################## echo "=== Clonage git CODE 'astrXbian' + 'Astroport.ONE' depuis https://git.p2p.legal" mkdir -p ~/.zen @@ -98,6 +94,11 @@ git clone https://git.p2p.legal/axiom-team/astrXbian.git git clone https://git.p2p.legal/qo-op/Astroport.ONE.git # TODO INSTALL FROM IPFS / IPNS + +## Scripts pour systemd ou InitV (xbian) +echo "=== Activation SYSTEM IPFS" +~/.zen/astrXbian/.install/ipfs_alone.sh + ######################################################################## echo "=== IMPORT configuration ASTROPORT dans ~/.kodi" cp -Rf ~/.zen/astrXbian/.install/.kodi ~/