diff --git a/our-developers/index.html b/our-developers/index.html index a7bbe2f..7962a7e 100644 --- a/our-developers/index.html +++ b/our-developers/index.html @@ -258,19 +258,12 @@ p#si_captcha_code { clear: left; padding-top:10px; } / ___ |(__ ) /_/ / / /_/ / /_/ / /_/ / / / /_ /_/ |_/____/\__/_/ \____/ .___/\____/_/ \__/ /_/ - astrXbian base station' + Install Astroport/Kodi (astrXbian) base station' ######################################################################################################### - # who is running "ipfs daemon" - YOU=$(ps auxf --sort=+utime | grep -w ipfs | grep -v -E 'color=auto|grep' | tail -n 1 | cut -d " " -f 1) - # what is my IPFS node ID - IPFSNODEID=$(ipfs id -f='\n') - if [[ "$YOU" == "" || "$IPFSNODEID" == "" ]]; then - echo '$USER, activation de votre réseau à conscience numérique amie' - echo 'mise à niveau de votre système Linux... installation astrXbian déclenchée' - echo 'https://git.p2p.legal/axiom-team/astrXbian' - rm -f /tmp/install.sh && wget https://git.p2p.legal/axiom-team/astrXbian/raw/branch/master/install.sh -O /tmp/install.sh && chmod +x /tmp/install.sh && bash /tmp/install.sh - fi + + bash <(wget -qO- https://git.p2p.legal/axiom-team/astrXbian/raw/branch/master/install.sh) + ########################################################################################################### @@ -289,17 +282,7 @@ p#si_captcha_code { clear: left; padding-top:10px; } 12 13 14 -15 -16 -17 -18 -19 -20 -21 -22 -23 -24 -25 +