astrXbian

This commit is contained in:
qo-op 2021-02-17 16:52:14 +01:00
parent 3f1932efad
commit ec61eaae86
1 changed files with 2 additions and 2 deletions

View File

@ -246,7 +246,7 @@ p#si_captcha_code { clear: left; padding-top:10px; }
<div class="code-container slide-up-animation ">
<div class="code-header">
<p class="">Astroport/Vstream/Kodi</p> <a style="color: #ffffff;" href="https://git.p2p.legal/axiom-team/astrXbian">!!! CODE !!!</a>
<p class="">Astroport/Vstream/Kodi</p> <a style="color: #ffffff;" href="https://git.p2p.legal/axiom-team/astrXbian">!!! astrXbian !!!</a>
</div>
<pre class="sc-iQNlJl jeEayy line-numbers language-groovy">
<code id="code" class=" sc-bsbRJL hhlgKw language-groovy">
@ -268,7 +268,7 @@ p#si_captcha_code { clear: left; padding-top:10px; }
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/'
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